danil #1

Merged
Oleg_Bereznyak merged 3 commits from danil into main 2025-02-26 09:55:20 +03:00
Showing only changes of commit e21106c921 - Show all commits

View File

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