Added .net console app

This commit is contained in:
Student Politechniki
2025-11-21 13:37:07 +01:00
parent 23a3f45ec6
commit fb8a413cb6
8 changed files with 190 additions and 6 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>