diff options
Diffstat (limited to 'aoc/2021/day02/input.txt')
| -rw-r--r-- | aoc/2021/day02/input.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc/2021/day02/input.txt b/aoc/2021/day02/input.txt new file mode 100644 index 0000000..b7172ac --- /dev/null +++ b/aoc/2021/day02/input.txt @@ -0,0 +1,6 @@ +forward 5 +down 5 +forward 8 +up 3 +down 8 +forward 2 |
