I AM GROOT

main
morpha 2023-04-03 21:44:57 +02:00
parent e6f2eb5b98
commit ba5f05d491
1 changed files with 11 additions and 0 deletions

View File

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