Code of all the programs carried out during the 4 cycles of the 2022 MisionTic
programming route of the Universidad Pontificia Bolivariana
Here you can find examples created to run in python
Here you can find examples created to run in cobol
first instal gnuCobol v3+ to run.
To compile a cobol program.
cd /folderWhereprogramIsStore
cobc -free -x -o nameofoutputfile nameofprogramtocompile.cbl
./nameofoutputfile