Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baszalmstra/adventofcode2023
Saving christmas one line at a time http://adventofcode.com/2023
https://github.com/baszalmstra/adventofcode2023
Last synced: about 2 months ago
JSON representation
Saving christmas one line at a time http://adventofcode.com/2023
- Host: GitHub
- URL: https://github.com/baszalmstra/adventofcode2023
- Owner: baszalmstra
- Created: 2023-12-01T17:46:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T22:40:51.000Z (about 1 year ago)
- Last Synced: 2024-10-16T01:09:08.278Z (3 months ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
Advent of Code 2023 solutions written in Rust.
| Name | Solution |
|-------------------------------------------------------------------------------|-----------------------|
| [Day 1: Trebuchet?!](https://adventofcode.com/2023/day/1) | [✓](src/bin/day1.rs) |
| [Day 2: Cube Conundrum](https://adventofcode.com/2023/day/2) | [✓](src/bin/day2.rs) |
| [Day 3: Gear Ratios](https://adventofcode.com/2023/day/3) | [✓](src/bin/day3.rs) |
| [Day 4: Scratchcards](https://adventofcode.com/2023/day/4) | [✓](src/bin/day4.rs) |
| [Day 5: If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5) | [✓](src/bin/day5.rs) |
| [Day 6: Wait For It](https://adventofcode.com/2023/day/6) | [✓](src/bin/day6.rs) |
| [Day 7: Camel Cards](https://adventofcode.com/2023/day/7) | [✓](src/bin/day7.rs) |
| [Day 8: Haunted Wasteland](https://adventofcode.com/2023/day/8) | [✓](src/bin/day8.rs) |
| [Day 9: Mirage Maintenance](https://adventofcode.com/2023/day/9) | [✓](src/bin/day9.rs) |
| [Day 10: Pipe Maze](https://adventofcode.com/2023/day/10) | [✓](src/bin/day10.rs) |