class Program01 { public static void szamitHaromszog() { int 3 + 4 + 5; } public static void main(String[] args) { System.out.println("Hi"); } }