diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-12-04 10:08:26 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-12-04 10:08:26 +0200 |
commit | 9aee75494d8d2f025b193dfd582c2adca1a08e98 (patch) | |
tree | 136fc785c30a899111724f975a95fbf510f63a3d /Advent-of-Code-2022/aoc-4/sample.txt | |
parent | c438b26e7453d890d77c382d8737b74b96f7ac63 (diff) |
day 4
Diffstat (limited to 'Advent-of-Code-2022/aoc-4/sample.txt')
-rw-r--r-- | Advent-of-Code-2022/aoc-4/sample.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Advent-of-Code-2022/aoc-4/sample.txt b/Advent-of-Code-2022/aoc-4/sample.txt new file mode 100644 index 0000000..9f9e9cf --- /dev/null +++ b/Advent-of-Code-2022/aoc-4/sample.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 |