Compare commits

..

No commits in common. "main" and "branch2" have entirely different histories.

View File

@ -11,7 +11,6 @@ namespace SimKons
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("HELLO"); Console.WriteLine("HELLO");
Console.WriteLine("HI");
} }
} }
} }