This commit is contained in:
Marcin Badurowicz
2024-10-11 10:32:33 +02:00
commit 8ce1137eb7
5 changed files with 95 additions and 0 deletions

10
Lab1.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>