diff options
author | cos <cos> | 2019-12-13 21:06:13 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-13 21:08:31 +0100 |
commit | 27e21572d0acc34c0b8ac7edeee70da88f06532e (patch) | |
tree | f5d0c7deb0cbe252269150f5a99df6c3b1f98ab9 /2019/rust/day13/part_two.sh | |
parent | e7d1a85be59121ac2cc448fbd99ce26821cc6e59 (diff) | |
download | adventofcode-27e21572d0acc34c0b8ac7edeee70da88f06532e.zip |
Add day13, 2019
Diffstat (limited to '2019/rust/day13/part_two.sh')
-rwxr-xr-x | 2019/rust/day13/part_two.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/rust/day13/part_two.sh b/2019/rust/day13/part_two.sh new file mode 100755 index 0000000..7daa48b --- /dev/null +++ b/2019/rust/day13/part_two.sh @@ -0,0 +1 @@ +$VG ../target/release/day13 --program input |