No description
Find a file
West c7191ad8da
Some checks failed
test / test (push) Has been cancelled
day8 part 2
2025-12-09 20:57:21 -07:00
.github/workflows init 2025-12-01 19:54:53 -07:00
puzzle-inputs day8 part 1 2025-12-09 20:32:07 -07:00
src day8 part 2 2025-12-09 20:57:21 -07:00
test day8 part 2 2025-12-09 20:57:21 -07:00
.gitignore init 2025-12-01 19:54:53 -07:00
gleam.toml Initialize unit tests, move day1 tests over 2025-12-01 20:08:34 -07:00
manifest.toml Initialize unit tests, move day1 tests over 2025-12-01 20:08:34 -07:00
README.md init 2025-12-01 19:54:53 -07:00

aoc2025

Package Version Hex Docs

gleam add aoc2025@1
import aoc2025

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/aoc2025.

Development

gleam run   # Run the project
gleam test  # Run the tests