From 4c6c41b055d857f7dc2599262720a83da8d215be Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 9 Dec 2019 21:16:35 +0100 Subject: Add day09, 2019 --- 2019/rust/day09/both_parts.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 2019/rust/day09/both_parts.sh (limited to '2019/rust/day09/both_parts.sh') diff --git a/2019/rust/day09/both_parts.sh b/2019/rust/day09/both_parts.sh new file mode 100755 index 0000000..fb654a1 --- /dev/null +++ b/2019/rust/day09/both_parts.sh @@ -0,0 +1,3 @@ +echo 1|../target/release/day09 --mode stdio --program input +echo 2|../target/release/day09 --mode stdio --program input + -- cgit v1.2.3