Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | | |