Solutions to various advent of code puzzles for various years.
gfortran main.f90 -o main.out
./main.out
Note: [Number]
in day[Number].cob
should be replaced with the day you wish to run.
Strict column formating:
cobc -x -o main.out day[Number].cob
Free column formating:
cobc -x -free -o main.out day[Number].cob
./main.out