feat: Add day 1
This commit is contained in:
parent
319a02e0fd
commit
8e8ca67091
8 changed files with 4594 additions and 0 deletions
10
AdventOfCode2026/AdventOfCode2026.csproj
Normal file
10
AdventOfCode2026/AdventOfCode2026.csproj
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue