meccsdoga/objektumorientalt/Program.cs

16 lines
251 B
C#
Raw Permalink Normal View History

2025-01-29 10:19:20 +00:00
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)
{
}
}
}