1
0

Initial commit

This commit is contained in:
2019-05-08 12:38:27 +02:00
commit 197fa0e81e
5 changed files with 694 additions and 0 deletions

12
TMI-practicum/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace TMI_practicum
{
internal class Program
{
public static void Main(string[] args)
{
Console.WriteLine("HOOOOOOOOOOOIIII");
}
}
}