Compare commits

..

No commits in common. "c1f34bc8322f57df9e1f2afc3a900d438bb09c93" and "1ebb154467a0cc5a8e10c8cfcfaae62de1f59617" have entirely different histories.

View File

@ -11,8 +11,6 @@ namespace GitBasTest
static void Main(string[] args)
{
Console.WriteLine("Hello World");
Console.WriteLine("Hello Golem");
Console.ReadLine();
}
}
}