mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Sample input for day 1
This commit is contained in:
@ -22,8 +22,10 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="inputs\01.txt" />
|
||||
<None Remove="inputs\01a.txt" />
|
||||
<EmbeddedResource Include="inputs\01.txt" />
|
||||
<None Remove="inputs\02.txt" />
|
||||
<EmbeddedResource Include="inputs\01a.txt" />
|
||||
<EmbeddedResource Include="inputs\02.txt" />
|
||||
<None Remove="inputs\03.txt" />
|
||||
<EmbeddedResource Include="inputs\03.txt" />
|
||||
|
Reference in New Issue
Block a user