Skip to content

Commit d19b9e9

Browse files
committed
Specify aoc package in just run
1 parent 6ac29f3 commit d19b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default:
1010

1111
# Run the advent of code binary
1212
run year day part input="-":
13-
cargo run --release -- {{year}} {{day}} {{part}} {{input}}
13+
cargo run --release --package aoc -- {{year}} {{day}} {{part}} {{input}}
1414

1515
# Test solutions
1616
test *ARGS: decrypt-inputs

0 commit comments

Comments
 (0)