This year, for my 5th Advent of Code, I will write my solutions in C∀ (pronounced "C forall", see https://cforall.uwaterloo.ca). This is to showcase the project and its features. I have no current association with the team making the language, this is out of
C∀ version cfa-cc-1.0.0.3114, as listed at https://github.com/cforall/cforall
To make the solution for a given day, run make dayXX
. make all
or make
build all of the solutions.
To run the solution for a given day, run ./build/dayXX < inputs/dayXX
.