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/both_parts.sh | |
parent | e7d1a85be59121ac2cc448fbd99ce26821cc6e59 (diff) | |
download | adventofcode-27e21572d0acc34c0b8ac7edeee70da88f06532e.zip |
Add day13, 2019
Diffstat (limited to '2019/rust/day13/both_parts.sh')
-rwxr-xr-x | 2019/rust/day13/both_parts.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2019/rust/day13/both_parts.sh b/2019/rust/day13/both_parts.sh new file mode 100755 index 0000000..7a91b46 --- /dev/null +++ b/2019/rust/day13/both_parts.sh @@ -0,0 +1,2 @@ +./part_one.sh +./part_two.sh |