From c1757500dabc9496d0042c747ae200356f7fcb66 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 1 Dec 2022 08:48:36 -0600 Subject: [PATCH] Sample input for day 1 --- advent-of-code-2022.csproj | 2 ++ inputs/01a.txt | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 inputs/01a.txt diff --git a/advent-of-code-2022.csproj b/advent-of-code-2022.csproj index 0279458..7032e57 100644 --- a/advent-of-code-2022.csproj +++ b/advent-of-code-2022.csproj @@ -22,8 +22,10 @@ + + diff --git a/inputs/01a.txt b/inputs/01a.txt new file mode 100644 index 0000000..ff79f64 --- /dev/null +++ b/inputs/01a.txt @@ -0,0 +1,14 @@ +1000 +2000 +3000 + +4000 + +5000 +6000 + +7000 +8000 +9000 + +10000 \ No newline at end of file