DEVELOPMENT ENVIRONMENT

~liljamo/aoc2024

ref: e7712b210e6f57dad3ec2170862538c4ee3b118e aoc2024/justfile -rw-r--r-- 156 bytes
e7712b21Jonni Liljamo chore: clippy, because i can't just keep ignoring it a month ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

example DAY:
    cargo run day{{DAY}} -i input/day{{DAY}}/example

solve DAY:
    cargo run day{{DAY}} -i input/day{{DAY}}/input