Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cactichameleon9/adventofcode2022
My Rust Solutions for the Advent of Code 2022!
https://github.com/cactichameleon9/adventofcode2022
advent-of-code advent-of-code-2022 advent-of-code-2022-rust advent-of-code-rust adventofcode aoc aoc2022 rust rust-lang rustlang
Last synced: 10 days ago
JSON representation
My Rust Solutions for the Advent of Code 2022!
- Host: GitHub
- URL: https://github.com/cactichameleon9/adventofcode2022
- Owner: CactiChameleon9
- Created: 2022-12-04T16:08:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T14:58:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T12:41:43.317Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-rust, advent-of-code-rust, adventofcode, aoc, aoc2022, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2022
My Rust Solutions for the Advent of Code 2022! Note: this is my way of learning rust, no promises the rust code is any good (`cargo` being fussy does help though)My solutions will not be the most efficent :)
To run each day's solution, enter the respective day's directory and run `cargo run`