Advent of Code 2024
.vscode | ||
src | ||
stdlib | ||
.gitignore | ||
Makefile | ||
README.md |
Advent of Code 2024
Prerequisites:
- Linux (WSL may work)
- x86_64 CPU
- gcc
- make
Building
Run make
to build everything.
Running
Every program accepts the input through stdin
and outputs through stdout
.