Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regalk13/adventofcode
🎄 | AOC solutions
https://github.com/regalk13/adventofcode
aoc-2022 aoc-rust rust
Last synced: about 1 month ago
JSON representation
🎄 | AOC solutions
- Host: GitHub
- URL: https://github.com/regalk13/adventofcode
- Owner: regalk13
- License: gpl-2.0
- Created: 2022-12-03T13:49:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T14:09:01.000Z (about 1 year ago)
- Last Synced: 2024-04-22T01:20:30.967Z (8 months ago)
- Topics: aoc-2022, aoc-rust, rust
- Language: Rust
- Homepage:
- Size: 41.7 MB
- 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 🎄
Welcome to my solutions to Advent of Code (AOC) event.
## Usage
### Runnning a solution
for example day 4 from 2022:
```
cargo run 2022 4
```
### Downloading an inputFirst add your cookie session from the [website](https://adventofcode.com/) to the file `tools/get-input.rs`, then compile it. Example: `rustc get-input.rs && ./main 2022 13 > input`. This previous command will download the input of the day 13 from 2022.
## Gallery
### 2023
### 2022