Advent of Code 2024
Go to file
2024-12-05 21:22:19 +01:00
.vscode Day 1 2024-12-05 21:22:19 +01:00
src Day 1 2024-12-05 21:22:19 +01:00
stdlib Day 1 2024-12-05 21:22:19 +01:00
.gitignore Day 1 2024-12-05 21:22:19 +01:00
Makefile Day 1 2024-12-05 21:22:19 +01:00
README.md Day 1 2024-12-05 21:22:19 +01: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.