PhotoGalleryLabWork04/PhotoGallery/ConsoleMainApp/Program.cs

8 lines
140 B
C#
Raw Normal View History

2024-05-05 09:01:45 +04:00
namespace ConsoleMainApp {
internal class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, World!");
}
}
}