Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatfingers23/aoc-2023
AOC 2023 in rust
https://github.com/fatfingers23/aoc-2023
aoc aoc-2023 rust
Last synced: 10 days ago
JSON representation
AOC 2023 in rust
- Host: GitHub
- URL: https://github.com/fatfingers23/aoc-2023
- Owner: fatfingers23
- Created: 2023-12-01T10:27:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T10:09:49.000Z (12 months ago)
- Last Synced: 2024-05-02T02:42:56.147Z (7 months ago)
- Topics: aoc, aoc-2023, rust
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Solutions to the Advent of Code 2023
These are my attempts at solving the [Advent of Code 2023](https://adventofcode.com/2023) puzzles. So heads up
that there are spoilers ahead. Although these are probably not the best solutions to copy from, they are mine.## Running the solutions
I have it organized as tests so i can run just each individual day/part.```bash
cargo test
```