summaryrefslogtreecommitdiff
path: root/2023/Rust/input
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-12-02 11:38:06 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-12-02 11:38:06 +0200
commitac73586fd01ed2e6310a5022115a23057a1bc345 (patch)
treee09c9f6bf5f3fbcadf526b095dfb5f43c11397bb /2023/Rust/input
parent47f8224ece055efe4748d65eb40fa0e6cd9483f5 (diff)
downloadaoc-ac73586fd01ed2e6310a5022115a23057a1bc345.tar.xz
aoc-ac73586fd01ed2e6310a5022115a23057a1bc345.zip
Almost finished parsing day2 input
Diffstat (limited to '2023/Rust/input')
-rw-r--r--2023/Rust/input/day2.prod0
-rw-r--r--2023/Rust/input/day2_1.test5
-rw-r--r--2023/Rust/input/day2_2.test0
3 files changed, 5 insertions, 0 deletions
diff --git a/2023/Rust/input/day2.prod b/2023/Rust/input/day2.prod
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/2023/Rust/input/day2.prod
diff --git a/2023/Rust/input/day2_1.test b/2023/Rust/input/day2_1.test
new file mode 100644
index 0000000..295c36d
--- /dev/null
+++ b/2023/Rust/input/day2_1.test
@@ -0,0 +1,5 @@
+Game 1: 3 blue, 4 red; 1 red, 2 green, 6 blue; 2 green
+Game 2: 1 blue, 2 green; 3 green, 4 blue, 1 red; 1 green, 1 blue
+Game 3: 8 green, 6 blue, 20 red; 5 blue, 4 red, 13 green; 5 green, 1 red
+Game 4: 1 green, 3 red, 6 blue; 3 green, 6 red; 3 green, 15 blue, 14 red
+Game 5: 6 red, 1 blue, 3 green; 2 blue, 1 red, 2 green
diff --git a/2023/Rust/input/day2_2.test b/2023/Rust/input/day2_2.test
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/2023/Rust/input/day2_2.test