Opis zmian zad4.3
Some checks failed
First CI / test (push) Failing after 5s
First CI / build (push) Successful in 1m46s

This commit is contained in:
Kowal
2025-11-20 15:20:43 +01:00
parent c3b46920cd
commit d9dbcf60b4
2 changed files with 12 additions and 0 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>