From 7670db89c09d06d3a43854893e7785c4990a541c Mon Sep 17 00:00:00 2001 From: rafals123 Date: Mon, 25 Nov 2024 10:43:46 +0100 Subject: [PATCH] Add dotnet app files --- 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..206b89a --- /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..83fa4f4 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");