Remove main.c and add consol app
Some checks failed
First CI / build (push) Failing after 9s

This commit is contained in:
2025-11-20 13:36:25 +01:00
parent 406138c59d
commit 6417aa7579
8 changed files with 190 additions and 7 deletions

10
Repozytorium.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>