Zadanie 4
Some checks failed
First CI / test (push) Failing after 5s
First CI / build (push) Failing after 1m2s

This commit is contained in:
Maciej Luśnia
2025-11-20 15:27:05 +01:00
parent 92447d9b70
commit 8b58c263b0
9 changed files with 208 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>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>