From 234aed363e1e181f458611505afaf06a54e377d3 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 27 Apr 2023 11:06:30 +0200 Subject: Add day4 --- 2022/day4/example.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2022/day4/example.txt (limited to '2022/day4/example.txt') diff --git a/2022/day4/example.txt b/2022/day4/example.txt new file mode 100644 index 0000000..9f9e9cf --- /dev/null +++ b/2022/day4/example.txt @@ -0,0 +1,6 @@ +2-4,6-8 +2-3,4-5 +5-7,7-9 +2-8,3-7 +6-6,4-6 +2-6,4-8 -- cgit v1.2.3-71-g8e6c