From b1766aa2fdbfd26f91a010d71c73cf572425b9a8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 8 Dec 2021 14:52:10 +0200 Subject: Day 05 --- day05/test.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 day05/test.txt (limited to 'day05/test.txt') diff --git a/day05/test.txt b/day05/test.txt new file mode 100644 index 0000000..b258f68 --- /dev/null +++ b/day05/test.txt @@ -0,0 +1,10 @@ +0,9 -> 5,9 +8,0 -> 0,8 +9,4 -> 3,4 +2,2 -> 2,1 +7,0 -> 7,4 +6,4 -> 2,0 +0,9 -> 2,9 +3,4 -> 1,4 +0,0 -> 8,8 +5,5 -> 8,2 -- cgit v1.3