No description
Find a file
West 30310a850d
Some checks are pending
test / test (push) Waiting to run
day3 parts 1 & 2
2025-12-03 14:56:39 -07:00
.github/workflows init 2025-12-01 19:54:53 -07:00
puzzle-inputs day3 parts 1 & 2 2025-12-03 14:56:39 -07:00
src day3 parts 1 & 2 2025-12-03 14:56:39 -07:00
test day3 parts 1 & 2 2025-12-03 14:56:39 -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