From 4fcbe72a62529745a85011552ae1a6659d770f93 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 5 Dec 2022 22:46:27 +0000 Subject: day5 Not super happy with this, fell back to iterative programming pretty heavily (: Also a ton of .unwrap(), but this is an artifical problem not a real world --- input/day5_ex.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 input/day5_ex.txt (limited to 'input/day5_ex.txt') diff --git a/input/day5_ex.txt b/input/day5_ex.txt new file mode 100644 index 0000000..e98aba4 --- /dev/null +++ b/input/day5_ex.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 \ No newline at end of file -- cgit v1.2.3-ZIG