Run »
public class Main { public static void main(String[] args) { String txt = "Hello\nWorld!"; System.out.println(txt); } }
Hello
World!