···11# aoc2025
2233-[](https://hex.pm/packages/aoc2025)
44-[](https://hexdocs.pm/aoc2025/)
55-66-```sh
77-gleam add aoc2025@1
88-```
99-```gleam
1010-import aoc2025
1111-1212-pub fn main() -> Nil {
1313- // TODO: An example of the project in use
1414-}
1515-```
1616-1717-Further documentation can be found at <https://hexdocs.pm/aoc2025>.
1818-1919-## Development
2020-2121-```sh
2222-gleam run # Run the project
2323-gleam test # Run the tests
2424-```
33+My solutions to the Advent of Code 2025 puzzles.