Unterricht 11.08.

This commit is contained in:
wbs
2026-08-11 11:40:28 +02:00
parent a1b96f6869
commit 7ee9f7f235
59 changed files with 1561 additions and 40 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>