PhotoGalleryLabWork04/PhotoGallery/ConsoleMainApp/Program.cs
Илья Федотов 776f247bbf Create project!
2024-05-05 09:01:45 +04:00

8 lines
140 B
C#

namespace ConsoleMainApp {
internal class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, World!");
}
}
}