diff options
author | Yigit Sever | 2021-12-13 10:38:11 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-13 10:38:11 +0300 |
commit | 74b27ccca31bb757c737dd7fdc02f513f57561b2 (patch) | |
tree | e27db4cd0873c81a53d32277446d926d176304e0 /2021/day5/input.example | |
parent | 3919f90cfbfbba26c8e39f979280649f5e08aea8 (diff) | |
parent | ac8125750abed263619da4cc6d653bb5ab76f007 (diff) | |
download | aoc-74b27ccca31bb757c737dd7fdc02f513f57561b2.tar.gz aoc-74b27ccca31bb757c737dd7fdc02f513f57561b2.tar.bz2 aoc-74b27ccca31bb757c737dd7fdc02f513f57561b2.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to '2021/day5/input.example')
-rw-r--r-- | 2021/day5/input.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2021/day5/input.example b/2021/day5/input.example new file mode 100644 index 0000000..b258f68 --- /dev/null +++ b/2021/day5/input.example | |||
@@ -0,0 +1,10 @@ | |||
1 | 0,9 -> 5,9 | ||
2 | 8,0 -> 0,8 | ||
3 | 9,4 -> 3,4 | ||
4 | 2,2 -> 2,1 | ||
5 | 7,0 -> 7,4 | ||
6 | 6,4 -> 2,0 | ||
7 | 0,9 -> 2,9 | ||
8 | 3,4 -> 1,4 | ||
9 | 0,0 -> 8,8 | ||
10 | 5,5 -> 8,2 | ||