Create .NET console app
All checks were successful
First CI / build (push) Successful in 21s

This commit is contained in:
Nela-cat
2025-11-17 23:38:59 +01:00
parent 4ad999e0fc
commit 30c95e783a
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!");