feat: Add day 1

This commit is contained in:
Roman Spring 2025-12-01 13:34:09 +01:00
parent 319a02e0fd
commit 8e8ca67091
8 changed files with 4594 additions and 0 deletions

View 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>