No description
Find a file
2025-12-13 16:35:23 -05:00
src day 2 part 1 2025-12-13 16:35:23 -05:00
test day 2 part 1 2025-12-13 16:35:23 -05:00
.gitignore initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00
.mise.toml initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00
gleam.toml initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00
LICENSE initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00
manifest.toml initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00
README.md initial commit, add 2024 problem as testcase 2025-11-30 23:33:43 -05:00

aoc25

Package Version Hex Docs

gleam add aoc25@1
import aoc25

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

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

Development

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