Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joanlopez/rust-advent-of-code

Advent of Code's solutions written in Rust
https://github.com/joanlopez/rust-advent-of-code

advent advent-of-code adventofcode rust rust-lang

Last synced: about 2 months ago
JSON representation

Advent of Code's solutions written in Rust

Awesome Lists containing this project

README

        

## Advent of Code

[Advent of Code](https://adventofcode.com) challenges solved in [Rust](https://www.rust-lang.org/).


2023 Problems :point_right: https://adventofcode.com/2023

- [X] [Day 1: Trebuchet?!](./src/2023/day-01/)
- [X] [Day 2: Cube Conundrum](./src/2023/day-02/)
- [X] [Day 3: Gear Ratios](./src/2023/day-03/)
- [X] [Day 4: Scratchcards](./src/2023/day-04/)
- [ ] [Day 5: If You Give A Seed A Fertilizer](./src/2023/day-05/)
- [X] [Day 6: Wait For It](./src/2023/day-06/)