Add .NET console project
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
2025-11-21 12:15:43 +01:00
parent b3b5f854e7
commit 77f39c7186
2 changed files with 12 additions and 0 deletions

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!");