Programm berechnet nun

This commit is contained in:
Damian Wessels
2024-08-23 19:37:33 +02:00
parent 0d402a9f93
commit 698499b1e7
5 changed files with 18392 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>