mirror of
https://tangled.org/@nuv.sh/advent_of_code
synced 2026-01-11 04:55:38 +01:00
my aoc solutions
| src | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
advent_of_code
My aoc code
Using gladvent
General Workflow
- run
gleam run -- new <target-day> --fetch=true --year=<target-year> - add example data to
inputs/<target-year>/<target-day>.example.txt - work on solution
- test solution using
gleam run -- run <target-day> --example=true - once it works run
gleam run -- run X