Advent-of-Code-2025/day_2
2025-12-02 18:28:42 +01:00
..
.github/workflows Day 2 Part 1 2025-12-02 15:37:19 +01:00
src Day 2 Part 2 2025-12-02 18:28:42 +01:00
test Day 2 Part 2 2025-12-02 18:28:42 +01:00
.gitignore Day 2 Part 1 2025-12-02 15:37:19 +01:00
gleam.toml Day 2 Part 1 2025-12-02 15:37:19 +01:00
input.txt Day 2 Part 1 2025-12-02 15:37:19 +01:00
input02.txt Day 2 Part 2 2025-12-02 18:28:42 +01:00
manifest.toml Day 2 Part 1 2025-12-02 15:37:19 +01:00
README.md Day 2 Part 1 2025-12-02 15:37:19 +01:00

day_2

Package Version Hex Docs

gleam add day_2@1
import day_2

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

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

Development

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