meccsdoga/objektumorientalt/Program.cs
2025-01-29 11:19:20 +01:00

16 lines
251 B
C#

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