Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novara754/aoc2023
My solutions for the Advent of Code 2023
https://github.com/novara754/aoc2023
Last synced: 24 days ago
JSON representation
My solutions for the Advent of Code 2023
- Host: GitHub
- URL: https://github.com/novara754/aoc2023
- Owner: novara754
- Created: 2023-12-02T11:56:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T14:50:21.000Z (11 months ago)
- Last Synced: 2024-01-14T23:13:15.635Z (10 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 🎄
This repo contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023).
Puzzle inputs are placed in the `inputs/` directory, one file per day named as follows:
`dayX.txt`, where X is the day number (1-25).## Completion List
- [x] Day 1
- [x] Day 2
- [x] Day 3
- [x] Day 4
- [x] Day 5
- [ ] Day 6
- [ ] Day 7
- [ ] Day 8
- [ ] Day 9
- [ ] Day 10
- [ ] Day 11
- [ ] Day 12
- [ ] Day 13
- [ ] Day 14
- [ ] Day 15
- [ ] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] Day 25## License
Licensed under the [BSD 3-Clause License](./LICENSE).