From 7be570c4a6e86fb7060f0bc06910ca57003dfe90 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:50:47 +0300 Subject: Update file names and init.sh --- day05/example.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 day05/example.txt (limited to 'day05/example.txt') diff --git a/day05/example.txt b/day05/example.txt new file mode 100644 index 0000000..84933bb --- /dev/null +++ b/day05/example.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