https://github.com/nicklayb/advent_of_code_2024_part2
Part 2 of the advent of code, in Gleam
https://github.com/nicklayb/advent_of_code_2024_part2
Last synced: 5 months ago
JSON representation
Part 2 of the advent of code, in Gleam
- Host: GitHub
- URL: https://github.com/nicklayb/advent_of_code_2024_part2
- Owner: nicklayb
- Created: 2025-01-07T00:43:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T01:58:07.000Z (over 1 year ago)
- Last Synced: 2025-01-07T02:41:24.394Z (over 1 year ago)
- Language: Gleam
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2024
[](https://hex.pm/packages/aoc2024)
[](https://hexdocs.pm/aoc2024/)
```sh
gleam add aoc2024@1
```
```gleam
import aoc2024
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```