Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/failedcode/adventofcode-2022
Advent of Code 2022 solutions in rust
https://github.com/failedcode/adventofcode-2022
advent-of-code advent-of-code-2022 advent-of-code-2022-rust rust-lang
Last synced: about 2 months ago
JSON representation
Advent of Code 2022 solutions in rust
- Host: GitHub
- URL: https://github.com/failedcode/adventofcode-2022
- Owner: FailedCode
- License: unlicense
- Created: 2022-12-01T12:01:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:14:58.000Z (about 2 years ago)
- Last Synced: 2023-04-10T05:55:51.508Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-rust, rust-lang
- Language: Rust
- Homepage: https://adventofcode.com/2022
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
https://adventofcode.com/2022Solutions in [Rust 1.65.0](https://www.rust-lang.org/tools/install)
## How to run
* Run the current day: `cargo run`
* Run a specific day: `cargo run ` e.g. `cargo run 1`