using System; namespace LottoProgram { class Program { static void Main(string[] args) { Lottozo lottozo = new Lottozo(); lottozo.bekeres(); } } }