From 30c95e783ad95e6663bfd4e358c930dcce303170 Mon Sep 17 00:00:00 2001 From: Nela-cat Date: Mon, 17 Nov 2025 23:38:59 +0100 Subject: [PATCH] Create .NET console app --- Program.cs | 2 ++ citest.csproj | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Program.cs create mode 100644 citest.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/citest.csproj b/citest.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/citest.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + +