GiteaTest/GiteaTest/Program.cs

11 lines
212 B
C#
Raw Normal View History

2023-04-03 21:44:57 +02:00
namespace GiteaTest
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
Console.WriteLine("bleh");
}
}
}