Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 601 Bytes

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