Vektorok feladat

This commit is contained in:
2022-04-01 11:17:06 +02:00
parent ba27698afb
commit 2b463dc73b
98 changed files with 1013 additions and 10 deletions

14
Kettes/Program.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Kettes {
internal class Program {
static void Main(string[] args) {
Ketto ketto= new Ketto();
Console.ReadKey();
}
}
}