diff options
Diffstat (limited to '2019/rust/day13/part_one.sh')
-rwxr-xr-x | 2019/rust/day13/part_one.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |