Dodanie aplikacji konsolowej dotnet
Some checks failed
First CI / build (push) Failing after 14s

This commit is contained in:
2025-11-21 12:02:38 +01:00
parent c52462f283
commit 17412d9ba5
8 changed files with 233 additions and 7 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>