17 lines
225 B
Markdown
17 lines
225 B
Markdown
|
# 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`.
|