https://github.com/deg0nz/advent-of-code
My Advent Of Code solutions in Rust
https://github.com/deg0nz/advent-of-code
aoc aoc-2021-in-rust aoc-2022-in-rust aoc-2023-in-rust
Last synced: 2 months ago
JSON representation
My Advent Of Code solutions in Rust
- Host: GitHub
- URL: https://github.com/deg0nz/advent-of-code
- Owner: deg0nz
- Created: 2021-12-13T21:56:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:14:14.000Z (6 months ago)
- Last Synced: 2024-12-01T21:23:19.727Z (6 months ago)
- Topics: aoc, aoc-2021-in-rust, aoc-2022-in-rust, aoc-2023-in-rust
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-Of-Code
My Advent Of Code solutions in Rust
* Input files should be named after the pattern `day_.txt` as in `day_10.txt`
* Example files should be named `day__example.txt`
* CLI arguments can be used to execute specific days, years or everything, explanation with `-h | --help`