Unterricht Tag 4

This commit is contained in:
Max
2026-08-13 16:30:14 +02:00
parent db231f9172
commit ade7a28e1d
41 changed files with 2070 additions and 3 deletions
+10
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>