From 8baab634b6e7b131af78ee06036a8ddc4e9a6e22 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sat, 9 Dec 2023 18:46:28 +0200 Subject: Day 9 done. --- 2023/Rust/input/day9_1.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2023/Rust/input/day9_1.test (limited to '2023/Rust/input/day9_1.test') diff --git a/2023/Rust/input/day9_1.test b/2023/Rust/input/day9_1.test new file mode 100644 index 0000000..539a763 --- /dev/null +++ b/2023/Rust/input/day9_1.test @@ -0,0 +1,3 @@ +0 3 6 9 12 15 +1 3 6 10 15 21 +10 13 16 21 30 45 -- cgit v1.2.3