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