Prindi hello world

This commit is contained in:
Arti Zirk 2016-08-29 14:17:14 +03:00
parent 06b6612cd4
commit bf438ec1fc

View File

@ -10,6 +10,8 @@ namespace KonsooliDemo
{
static void Main(string[] args)
{
Console.WriteLine("Tere Maailm!");
Console.ReadKey();
}
}
}