meccsdoga/Program.cs
2025-02-04 13:35:09 +01:00

16 lines
241 B
C#

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