Initial commit

This commit is contained in:
KäseToatz
2024-09-25 20:04:01 +02:00
commit f33d84f3f4
5 changed files with 106 additions and 0 deletions

10
Matrix.csproj Normal file
View File

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