feladat1/gyakorlas1/Program.cs

13 lines
180 B
C#
Raw Permalink Normal View History

2022-03-24 16:57:38 +00:00
using System;
namespace gyakorlas1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}