convert gc to c

This commit is contained in:
nub31
2025-05-03 16:32:51 +02:00
parent aa970f1abb
commit bfc3aad516
11 changed files with 306 additions and 488 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>