using System; namespace Oszto { class Program { static void Main(string[] args) { Csomag pakli = new Csomag(); pakli.kever(); } } }