i have no idea what i'm doing.
run:
$ ./autogen.sh
$ ./configure
$ make
$ ./src/aoc 0 0 src/input/day0_p0_0.txt
best elf: 4, max calories: 24000
$ ./src/aoc 0 0 src/input/day0_p0_1.txt
best elf: 148, max calories: 70613
$ ./src/aoc 0 1 src/input/day0_p1_1.txt
total calories: 205805
$ ./src/aoc 1 0 src/input/day1_p0_1.txt
RPS Total: 14069
$ ./src/aoc 1 1 src/input/day1_p1_1.txt
Strategy Total: 12411
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.