From 23b5c39838ae70dc3d0ecbf698f53dc1fa31eb6f Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 22 Dec 2021 20:04:29 +0100 Subject: [PATCH] Add inputs day 21 --- 2021/inputs/21.txt | 2 ++ 2021/src/samples/21.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 2021/inputs/21.txt create mode 100644 2021/src/samples/21.txt diff --git a/2021/inputs/21.txt b/2021/inputs/21.txt new file mode 100644 index 0000000..f44ac43 --- /dev/null +++ b/2021/inputs/21.txt @@ -0,0 +1,2 @@ +Player 1 starting position: 9 +Player 2 starting position: 4 diff --git a/2021/src/samples/21.txt b/2021/src/samples/21.txt new file mode 100644 index 0000000..3f69194 --- /dev/null +++ b/2021/src/samples/21.txt @@ -0,0 +1,2 @@ +Player 1 starting position: 4 +Player 2 starting position: 8