diff options
author | Yigit Sever | 2021-12-06 20:36:43 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-06 20:36:43 +0300 |
commit | ce9b9c411bd6c36d80fe6dd8112c8188661e2844 (patch) | |
tree | 07b3b56fb538246c411803adb5f922e91bbecaf0 /2021/day2/input.example | |
parent | 9324fbc1cfd397d803a255c958d51d258bd4aa7c (diff) | |
download | aoc-ce9b9c411bd6c36d80fe6dd8112c8188661e2844.tar.gz aoc-ce9b9c411bd6c36d80fe6dd8112c8188661e2844.tar.bz2 aoc-ce9b9c411bd6c36d80fe6dd8112c8188661e2844.zip |
2021, day2: start
Diffstat (limited to '2021/day2/input.example')
-rw-r--r-- | 2021/day2/input.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2021/day2/input.example b/2021/day2/input.example new file mode 100644 index 0000000..b7172ac --- /dev/null +++ b/2021/day2/input.example | |||
@@ -0,0 +1,6 @@ | |||
1 | forward 5 | ||
2 | down 5 | ||
3 | forward 8 | ||
4 | up 3 | ||
5 | down 8 | ||
6 | forward 2 | ||