From b8f68dc9c4aad2a267f39c49770b34c3468e3054 Mon Sep 17 00:00:00 2001 From: x0x7 Date: Thu, 5 Dec 2024 00:40:36 -0500 Subject: [PATCH] Add 2024/day5/short_input.txt --- 2024/day5/short_input.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 2024/day5/short_input.txt diff --git a/2024/day5/short_input.txt b/2024/day5/short_input.txt new file mode 100644 index 0000000..d4d4441 --- /dev/null +++ b/2024/day5/short_input.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 \ No newline at end of file