default:
image: rust
stages:
- build
day-1:
stage: build
script:
- cd day1; cargo run --release ./input
day-2:
- cd day2; cargo run --release ./input