Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 input

First 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