diff options
Diffstat (limited to '2019/rust/day02')
-rwxr-xr-x | 2019/rust/day02/part_one.sh | 2 | ||||
-rwxr-xr-x | 2019/rust/day02/part_two.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/2019/rust/day02/part_one.sh b/2019/rust/day02/part_one.sh index d4611db..546e79c 100755 --- a/2019/rust/day02/part_one.sh +++ b/2019/rust/day02/part_one.sh @@ -1 +1 @@ -../target/release/day02 < input +$VG ../target/release/day02 < input diff --git a/2019/rust/day02/part_two.sh b/2019/rust/day02/part_two.sh index 1ec6c81..f95053b 100755 --- a/2019/rust/day02/part_two.sh +++ b/2019/rust/day02/part_two.sh @@ -1 +1 @@ -../target/release/day02 19690720 < input +$VG ../target/release/day02 19690720 < input |