Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benthillerkus/advent-of-code-2023
https://github.com/benthillerkus/advent-of-code-2023
advent-of-code advent-of-code-2023 aoc aoc2023
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benthillerkus/advent-of-code-2023
- Owner: benthillerkus
- Created: 2023-12-01T14:50:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T01:37:05.000Z (about 1 year ago)
- Last Synced: 2024-11-11T17:20:03.980Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc2023
- Language: Rust
- Homepage: https://adventofcode.com
- Size: 80.1 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
I'll try to complete these if I have some spare time in december...
| Day | Name | Stars |
|---------------------------:|:--------------------------------------------------------------------:|:-----:|
| [1](days/_1/src/main.rs) | [Trebuchet?!](https://adventofcode.com/2023/day/1) | 2 |
| [2](days/_2/src/main.rs) | [Cube Conundrum](https://adventofcode.com/2023/day/2) | 2 |
| [3](days/_3/src/main.rs) | [Gear Ratios](https://adventofcode.com/2023/day/3) | 1 |
| [4](days/_4/src/main.rs) | [Scratchcards](https://adventofcode.com/2023/day/4) | 2 |
| [5](days/_5/src/main.rs) |[If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5)| 2 |
| [6](days/_6/src/main.rs) | [Wait For It](https://adventofcode.com/2023/day/6) | 2 |
| [7](days/_7/src/main.rs) | [Camel Cards](https://adventofcode.com/2023/day/7) | 1 |
| [8](days/_8/src/main.rs) | [Haunted Wasteland](https://adventofcode.com/2023/day/8) | 2 |
| [9](days/_9/src/main.rs) | [Mirage Maintenance](https://adventofcode.com/2023/day/9) | 2 |
| [10](days/_10/src/main.rs) | [Pipe Maze](https://adventofcode.com/2023/day/10) | 0 |