From 591397afc7cae6fec4d4731d5b7b00ebc6a22879 Mon Sep 17 00:00:00 2001 From: Aleksandra Olejarz Date: Tue, 26 Nov 2024 14:02:57 +0100 Subject: [PATCH] Dodanie nowej aplikacji konsolowej .NET --- Program.cs | 2 ++ lab7.csproj | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Program.cs create mode 100644 lab7.csproj 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!"); diff --git a/lab7.csproj b/lab7.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/lab7.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + +