Test file edititing in the new gogs version

This commit is contained in:
Arti Zirk 2017-01-19 19:39:56 +02:00
parent 4576485075
commit 99585adb5d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace KonsooliDemo
{
static void Main(string[] args)
{
Console.WriteLine("Tere Maailm!");
Console.WriteLine("Tere Maailm!!");
Console.Write("Mis on sinu nimi? ");
var consoleKeyInfo = Console.ReadLine();
Console.WriteLine("Tere {0}", consoleKeyInfo);