diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-06 00:43:31 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-06 00:43:31 +0100 |
commit | 080b6ba980e4c5a132e06f0d7d8387947d227661 (patch) | |
tree | 7dfdc23037e7369955aae9849029ed47bf877117 /day5/example.txt | |
parent | 35ef0a9776e596ff44adfd38cebcfef0ab6c4b03 (diff) |
Day 5
Diffstat (limited to 'day5/example.txt')
-rw-r--r-- | day5/example.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/day5/example.txt b/day5/example.txt new file mode 100644 index 0000000..63daad3 --- /dev/null +++ b/day5/example.txt @@ -0,0 +1,28 @@ +47|53
+97|13
+97|61
+97|47
+75|29
+61|13
+75|53
+29|13
+97|29
+53|29
+61|53
+97|53
+61|29
+47|13
+75|47
+97|75
+47|61
+75|61
+47|29
+75|13
+53|13
+
+75,47,61,53,29
+97,61,53,29,13
+75,29,13
+75,97,47,61,53
+61,13,29
+97,13,75,29,47
|