unit test

This commit is contained in:
2022-05-05 19:21:33 +02:00
parent cd5d88c998
commit 94c8842b3f
53 changed files with 6383 additions and 7 deletions

16
Oszthat/Program.cs Normal file
View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Oszthat {
public class Program {
public static void Main(string[] args) {
Console.WriteLine("Kérek egy szamot");
//Szam.setSzam();
Szam.getSzam();
//Console.ReadKey();
}
}
}