Kingston_Pendrive/Suli/12.b/Modern informatika/C#/repos/2023. 09. 14/Program.cs
2024-11-19 19:04:02 +01:00

10 lines
139 B
C#

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