Kutyak/Kutyák/Program.cs

13 lines
177 B
C#
Raw Permalink Normal View History

2022-03-18 10:55:28 +00:00
using System;
namespace Kutyák
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}