Files
c-sharp/Oszthat/Program.cs

17 lines
377 B
C#
Raw Normal View History

2022-05-05 19:21:33 +02:00
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();
}
}
}