From 0ce19fa7cd9b69ca1d49e6122d6f028740a0668c Mon Sep 17 00:00:00 2001 From: cos Date: Wed, 11 Dec 2019 18:06:25 +0100 Subject: Add execution time measurement scripts --- 2019/rust/day02/both_parts.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 2019/rust/day02/both_parts.sh (limited to '2019/rust/day02/both_parts.sh') diff --git a/2019/rust/day02/both_parts.sh b/2019/rust/day02/both_parts.sh new file mode 100755 index 0000000..7a91b46 --- /dev/null +++ b/2019/rust/day02/both_parts.sh @@ -0,0 +1,2 @@ +./part_one.sh +./part_two.sh -- cgit v1.2.3