balkezesek513b/Program.cs
2023-09-07 11:04:06 +02:00

16 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Balkezesek
{
class Program
{
static void Main(string[] args)
{
}
}
}