Kingston_Pendrive/Suli/12.b/Modern informatika/C#/repos/2023. 09. 14/Program.cs

10 lines
139 B
C#
Raw Permalink Normal View History

2024-11-19 18:04:02 +00:00
namespace _2023._09._14;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}