485 B
485 B
Algol of Code
My solutions for AoC 2021
Requirements
GNU MARST Algol-to-C Translator
gcc
(to change the C compiler used change./compile.sh
)
Running the solutions
First run
./prepare.sh
Run it after each change to ./src/util.a60
to rebuild ./obj/util.o
To compile a solution run
./compile.sh dayNN
substituting dayNN
with the correct day.
To run the solution with the day's data in ./data/dayNN.txt
./run.sh dayNN