From 7b72f794891bb885d1dc4944be6e97758c4c2a90 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 2 Dec 2024 18:31:28 +0100 Subject: 2024 day two --- 2024/d02.example_input | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/d02.example_input (limited to '2024/d02.example_input') diff --git a/2024/d02.example_input b/2024/d02.example_input new file mode 100644 index 0000000..b49c10d --- /dev/null +++ b/2024/d02.example_input @@ -0,0 +1,6 @@ +7 6 4 2 1 +1 2 7 8 9 +9 7 6 2 1 +1 3 2 4 5 +8 6 4 4 1 +1 3 6 7 9 -- cgit 1.4.1