my aoc solutions
Find a file
2026-01-08 16:13:22 +01:00
src mend 2026-01-08 16:13:22 +01:00
test day 5 pt 2 2025-12-05 19:56:15 +01:00
.gitignore set up stuff; do day 1 of year 2025 2025-12-02 18:56:57 +01:00
gleam.toml all the stuff i havnt commited yet; no clue what state this is in 2026-01-08 16:13:13 +01:00
manifest.toml all the stuff i havnt commited yet; no clue what state this is in 2026-01-08 16:13:13 +01:00
README.md set up stuff; do day 1 of year 2025 2025-12-02 18:56:57 +01:00

advent_of_code

My aoc code
Using gladvent

General Workflow

  1. run gleam run -- new <target-day> --fetch=true --year=<target-year>
  2. add example data to inputs/<target-year>/<target-day>.example.txt
  3. work on solution
  4. test solution using gleam run -- run <target-day> --example=true
  5. once it works run gleam run -- run X