aoc2024/README.md

17 lines
225 B
Markdown
Raw Normal View History

2024-12-05 20:22:19 +00:00
# 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`.