HI #1

Merged
Lera merged 1 commits from branch3 into main 2025-02-26 09:47:48 +03:00
Showing only changes of commit e1cc3f275a - Show all commits

View File

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