From 931a4e738fa257f3d24f6b2e95426261711649bc Mon Sep 17 00:00:00 2001 From: Kr4ms00n <123448079+Kr4ms00n@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:46:12 +0100 Subject: [PATCH] Zad4czesc1 --- Laboratorium7.csproj | 10 ++++++++++ Program.cs | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 Laboratorium7.csproj create mode 100644 Program.cs diff --git a/Laboratorium7.csproj b/Laboratorium7.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/Laboratorium7.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");