diff options
author | cos <cos> | 2019-12-16 18:59:39 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-16 19:02:48 +0100 |
commit | 2dee27ef7a77b0806c8a3142a191c19bb827d000 (patch) | |
tree | c7624e6e63a3d0770f2996b7ad1ac92d4d17447f /2019/rust/day16/both_parts.sh | |
parent | 27e21572d0acc34c0b8ac7edeee70da88f06532e (diff) | |
download | adventofcode-2dee27ef7a77b0806c8a3142a191c19bb827d000.zip |
Add day16, 2019
Diffstat (limited to '2019/rust/day16/both_parts.sh')
-rwxr-xr-x | 2019/rust/day16/both_parts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/rust/day16/both_parts.sh b/2019/rust/day16/both_parts.sh new file mode 100755 index 0000000..4c8dfd9 --- /dev/null +++ b/2019/rust/day16/both_parts.sh @@ -0,0 +1 @@ +$VG ../target/release/day16 < input |