You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Advent of code
Build:
```
cargo test
cargo build --release
```
Run individual day:
```
./target/release/2019_01 --input inputs/real/2019_01
```
Run all days with benchmarks:
```
./run_all_2019.sh
```