https://github.com/piotrekpkp/aoc-rs
Advent Of Code in Rust!
https://github.com/piotrekpkp/aoc-rs
advent-of-code advent-of-code-2022 advent-of-code-2022-rust adventofcode adventofcode2022
Last synced: 4 months ago
JSON representation
Advent Of Code in Rust!
- Host: GitHub
- URL: https://github.com/piotrekpkp/aoc-rs
- Owner: PiotrekPKP
- Created: 2022-12-03T09:06:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T11:35:48.000Z (over 2 years ago)
- Last Synced: 2025-02-17T19:47:46.857Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-rust, adventofcode, adventofcode2022
- Language: Rust
- Homepage: https://adventofcode.com/
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code in Rust!
https://adventofcode.com/
### Using the day generator
Remember to add your session cookie in `.env` file.
```sh
./new-day [YEAR]
```### Using the runner
```sh
./run [YEAR]
```