summaryrefslogtreecommitdiff
path: root/Advent-of-Code-2021/AOC-5/example.txt
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-07-31 11:46:17 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-07-31 11:46:17 +0300
commitaec1c07260257ba7c28eff53f422ddb7daaf316a (patch)
tree88b279cb646bad60c3d55bdd01bb323065fca519 /Advent-of-Code-2021/AOC-5/example.txt
Big Bang
Diffstat (limited to 'Advent-of-Code-2021/AOC-5/example.txt')
-rw-r--r--Advent-of-Code-2021/AOC-5/example.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Advent-of-Code-2021/AOC-5/example.txt b/Advent-of-Code-2021/AOC-5/example.txt
new file mode 100644
index 0000000..b258f68
--- /dev/null
+++ b/Advent-of-Code-2021/AOC-5/example.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