From 27e21572d0acc34c0b8ac7edeee70da88f06532e Mon Sep 17 00:00:00 2001 From: cos Date: Fri, 13 Dec 2019 21:06:13 +0100 Subject: Add day13, 2019 --- 2019/rust/day13/part_one.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 2019/rust/day13/part_one.sh (limited to '2019/rust/day13/part_one.sh') diff --git a/2019/rust/day13/part_one.sh b/2019/rust/day13/part_one.sh new file mode 100755 index 0000000..9564e61 --- /dev/null +++ b/2019/rust/day13/part_one.sh @@ -0,0 +1,3 @@ +echo $0 >&2 +echo Part one currently missing >&2 +exit 1 -- cgit v1.2.3