advent-of-code/.cargo/config
Felix Spöttel e50725168a feat: rename command day => solve
clearer distinction between scaffold and solve.
2022-11-03 23:02:11 +01:00

6 lines
113 B
Text

[alias]
scaffold = "run --bin scaffold -- "
download = "run --bin download -- "
solve = "run --bin"
all = "run"