Prindi hello world

This commit is contained in:
Arti Zirk 2016-08-29 14:17:14 +03:00
parent 06b6612cd4
commit bf438ec1fc
1 changed files with 2 additions and 0 deletions

View File

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