This commit is contained in:
2025-01-17 19:56:50 +01:00
parent bdbc1737b3
commit f57a91a6fd
16 changed files with 322 additions and 0 deletions

10
GiteaTest/Program.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace GiteaTest
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}