torpedo/Torpedo/Program.cs
2025-01-31 13:00:16 +01:00

18 lines
323 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Torpedo
{
internal class Program
{
static void Main(string[] args)
{
TorpedoJatek jatek = new TorpedoJatek(18);
jatek.Indul();
}
}
}