Aufgabe Multithreading

This commit is contained in:
2025-05-26 16:06:15 +02:00
parent 63e516fc22
commit 4e9673b288
4 changed files with 110 additions and 0 deletions

10
Multi/Multi.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>