From 01c6b2cb42a4144a573ec43e9e25c6718741a272 Mon Sep 17 00:00:00 2001 From: omagdy Date: Sun, 8 Dec 2024 15:28:08 +0200 Subject: Some solutions to AOC 2020 --- 2020/Rust/input/day_2.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2020/Rust/input/day_2.test (limited to '2020/Rust/input/day_2.test') diff --git a/2020/Rust/input/day_2.test b/2020/Rust/input/day_2.test new file mode 100644 index 0000000..fe19c03 --- /dev/null +++ b/2020/Rust/input/day_2.test @@ -0,0 +1,3 @@ +1-3 a: abcde +1-3 b: cdefg +2-9 c: ccccccccc -- cgit v1.2.3