Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coteh/adventofcode2023

Advent of Code 2023 solutions
https://github.com/coteh/adventofcode2023

Last synced: about 1 month ago
JSON representation

Advent of Code 2023 solutions

Awesome Lists containing this project

README

        

# adventofcode2023

Learning Nim this year.

## Instructions

To compile and run:

```sh
nim c -r 01/main.nim

# pass in input file directly

nim c -r 01/main.nim < 01/input
```

Then once it's compiled, can simply run using:

```sh
./01/main

# pass in input file directly

./01/main < 01/input
```

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