Unterricht Tag 5

This commit is contained in:
wbs
2026-08-14 12:25:10 +02:00
parent 10334c1bc7
commit 7f5c7e7e47
31 changed files with 1661 additions and 0 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>