My solutions to Advent of Code 2024 in Gleam.
To run on test data:
gleam run -- 01 --test
Where 01
is the day.
To run on actual data, copy data to relevant file, e.g. src/day01/input
, and run:
gleam run -- 01
My solutions to Advent of Code 2024 in Gleam.
To run on test data:
gleam run -- 01 --test
Where 01
is the day.
To run on actual data, copy data to relevant file, e.g. src/day01/input
, and run:
gleam run -- 01