Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coteh/adventofcode2023
- Owner: Coteh
- Created: 2023-12-04T02:05:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T19:25:42.000Z (about 1 year ago)
- Last Synced: 2024-10-16T03:22:54.351Z (3 months ago)
- Language: Nim
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | | |