From 7b7bf727da3250907284368b98b0083a4b4e2386 Mon Sep 17 00:00:00 2001 From: mryouse Date: Sat, 3 Jun 2023 20:22:18 +0000 Subject: initial commit --- aoc/2021/day02/input.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aoc/2021/day02/input.txt (limited to 'aoc/2021/day02/input.txt') 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 -- cgit v1.2.3