NEW: app
Some checks failed
First CI / test (push) Failing after 4s
First CI / build (push) Failing after 46s

This commit is contained in:
holek363
2025-11-20 13:24:19 +01:00
parent 27cff653e7
commit 5951c7eb69
5 changed files with 39 additions and 13 deletions

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