public class Program01 { public static void main(String[] args) { Osztaly1 o1 = new Osztaly1(); o1.m1(); } }