mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 21:41:53 -05:00
Sample input for day 1
This commit is contained in:
@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="inputs\01.txt" />
|
<None Remove="inputs\01.txt" />
|
||||||
|
<None Remove="inputs\01a.txt" />
|
||||||
<EmbeddedResource Include="inputs\01.txt" />
|
<EmbeddedResource Include="inputs\01.txt" />
|
||||||
<None Remove="inputs\02.txt" />
|
<None Remove="inputs\02.txt" />
|
||||||
|
<EmbeddedResource Include="inputs\01a.txt" />
|
||||||
<EmbeddedResource Include="inputs\02.txt" />
|
<EmbeddedResource Include="inputs\02.txt" />
|
||||||
<None Remove="inputs\03.txt" />
|
<None Remove="inputs\03.txt" />
|
||||||
<EmbeddedResource Include="inputs\03.txt" />
|
<EmbeddedResource Include="inputs\03.txt" />
|
||||||
|
14
inputs/01a.txt
Normal file
14
inputs/01a.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
1000
|
||||||
|
2000
|
||||||
|
3000
|
||||||
|
|
||||||
|
4000
|
||||||
|
|
||||||
|
5000
|
||||||
|
6000
|
||||||
|
|
||||||
|
7000
|
||||||
|
8000
|
||||||
|
9000
|
||||||
|
|
||||||
|
10000
|
Reference in New Issue
Block a user