szimulacio/SzimulacioOOP/Szimulacio.cs
Nándor Árgyelán f160a58466 ad
2024-10-01 13:00:31 +02:00

18 lines
318 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SzimulacioOOP
{
internal class Szimulacio
{
static void Main(string[] args)
{
Ceg ceg = new Ceg();
ceg.SzimulacioIndul();
}
}
}