Skip to content

devchrisar/Playground

Repository files navigation

ejercicios_mintic2022

N|Solid Code of all the programs carried out during the 4 cycles of the 2022 MisionTic programming route of the Universidad Pontificia Bolivariana

ejercicios_Python

Here you can find examples created to run in python

ejercicios_Cobol

Here you can find examples created to run in cobol

execute

first instal gnuCobol v3+ to run.

To compile a cobol program.

cd /folderWhereprogramIsStore
cobc -free -x -o nameofoutputfile nameofprogramtocompile.cbl
./nameofoutputfile