Zad4czesc1
All checks were successful
First CI / build (push) Successful in 13s

This commit is contained in:
Kr4ms00n
2025-11-20 15:46:12 +01:00
parent b26a0c9d29
commit 931a4e738f
2 changed files with 12 additions and 0 deletions

10
Laboratorium7.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>

2
Program.cs Normal file
View File

@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");