Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coteh/adventofcode2024
Advent of Code 2024 solutions
https://github.com/coteh/adventofcode2024
Last synced: about 1 month ago
JSON representation
Advent of Code 2024 solutions
- Host: GitHub
- URL: https://github.com/coteh/adventofcode2024
- Owner: Coteh
- Created: 2024-12-01T17:42:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:51:57.000Z (about 1 month ago)
- Last Synced: 2024-12-01T18:34:17.271Z (about 1 month ago)
- Language: Gleam
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adventofcode2024
Learning [Gleam](https://gleam.run/) this year.
## Instructions
To compile and run:
```sh
gleam run -m day01 < input/day01/input
```To run the tests:
```sh
gleam test
```## Progress
| Day | Part 1 | Part 2 |
|------|--------|--------|
| 1 | ✅ | ✅ |
| 2 | ✅ | ✅ |
| 3 | ✅ | ✅ |
| 4 | | |
| 5 | | |
| 6 | | |
| 7 | | |
| 8 | | |
| 9 | | |
| 10 | | |
| 11 | | |
| 12 | | |
| 13 | | |
| 14 | | |
| 15 | | |
| 16 | | |
| 17 | | |
| 18 | | |
| 19 | | |
| 20 | | |
| 21 | | |
| 22 | | |
| 23 | | |
| 24 | | |
| 25 | | |