Initial commit
This commit is contained in:
12
TMI-practicum/Program.cs
Normal file
12
TMI-practicum/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace TMI_practicum
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("HOOOOOOOOOOOIIII");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user