Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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