You need a C compiler available as cc
.
Use the build and run shell script to compile and run a specific day:
./run.bash DayNN.c
To build and run all days:
./run.bash all
The compiled binaries are placed in ./bin
.
You need a C compiler available as cc
.
Use the build and run shell script to compile and run a specific day:
./run.bash DayNN.c
To build and run all days:
./run.bash all
The compiled binaries are placed in ./bin
.