Add Day 8 (polu sapios kwdikas)

This commit is contained in:
Dimitrios
2024-12-08 12:40:24 +02:00
parent 668736a34a
commit 6560c2e2b1
4 changed files with 268 additions and 0 deletions

16
Day8/Day8.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>