From 666b11bc77f17d6d2b5a466c56ea7710bb9134fd Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 21 Dec 2022 18:17:44 +0000 Subject: complete day 5 --- day05a/examples/test.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 day05a/examples/test.txt (limited to 'day05a/examples/test.txt') diff --git a/day05a/examples/test.txt b/day05a/examples/test.txt new file mode 100644 index 0000000..84933bb --- /dev/null +++ b/day05a/examples/test.txt @@ -0,0 +1,9 @@ + [D] +[N] [C] +[Z] [M] [P] + 1 2 3 + +move 1 from 2 to 1 +move 3 from 1 to 3 +move 2 from 2 to 1 +move 1 from 1 to 2 -- cgit v1.2.3