From 9cba3e782b8ff464fc94b10d9ed8737193659bcc Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 7 Dec 2023 12:21:32 +0100 Subject: aoc(2307): Camel Cards --- 2023/07/resources/input_small.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2023/07/resources/input_small.txt (limited to '2023/07/resources') diff --git a/2023/07/resources/input_small.txt b/2023/07/resources/input_small.txt new file mode 100644 index 0000000..e3500c3 --- /dev/null +++ b/2023/07/resources/input_small.txt @@ -0,0 +1,5 @@ +32T3K 765 +T55J5 684 +KK677 28 +KTJJT 220 +QQQJA 483 -- cgit v1.2.3