Add .NET 8 console application
All checks were successful
First CI / build (push) Successful in 10s

This commit is contained in:
TwojeImię NazwiskoJulia
2025-11-19 23:54:58 +01:00
parent 14616d35c5
commit 359f0f7b6c
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!");