Add day 10

This commit is contained in:
Dimitrios Kaltzidis
2024-12-10 14:30:51 +02:00
parent ec9f8e03a0
commit 7c2d8dea69
4 changed files with 212 additions and 0 deletions

16
Day10/Day10.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Update="input.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>