Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgarrison/adventofcode2022
Advent of Code 2022, in Rust again!
https://github.com/lgarrison/adventofcode2022
advent-of-code advent-of-code-2022
Last synced: 25 days ago
JSON representation
Advent of Code 2022, in Rust again!
- Host: GitHub
- URL: https://github.com/lgarrison/adventofcode2022
- Owner: lgarrison
- Created: 2022-11-26T23:02:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T16:44:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T01:31:08.772Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022
- Language: Rust
- Homepage:
- Size: 214 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
Once again in Rust! 🦀[2021 in Rust](https://github.com/lgarrison/adventofcode2021)
## Usage
To make a new day:
1) `$ cd src; cp -r template dayX`
1) Put the input in `src/dayX/input.txt`
1) Add a new `[[bin]]` section to `Cargo.toml`To run:
- `$ cargo run --bin dayX`To run fast:
- `$ cargo run --release --bin dayX`