advent_2025#
gleam add advent_2025@1
import advent_2025
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/advent_2025.
Development#
gleam run # Run the project
gleam test # Run the tests