This commit is contained in:
Marcin Badurowicz
2024-10-11 12:09:17 +02:00
commit e5cb768ed1
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>