public class MyFirstApp { public static void main (String[] args) { System.out.print("Я управляю "); System.out.println("миром!"); } }