summaryrefslogtreecommitdiff
path: root/2019/rust/day13/both_parts.sh
diff options
context:
space:
mode:
authorcos <cos>2019-12-13 21:06:13 +0100
committercos <cos>2019-12-13 21:08:31 +0100
commit27e21572d0acc34c0b8ac7edeee70da88f06532e (patch)
treef5d0c7deb0cbe252269150f5a99df6c3b1f98ab9 /2019/rust/day13/both_parts.sh
parente7d1a85be59121ac2cc448fbd99ce26821cc6e59 (diff)
downloadadventofcode-27e21572d0acc34c0b8ac7edeee70da88f06532e.zip
Add day13, 2019
Diffstat (limited to '2019/rust/day13/both_parts.sh')
-rwxr-xr-x2019/rust/day13/both_parts.sh2
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