public class Hello { public static void main(String[] args) { System.out.print("Det virker "); System.out.println("sandelig!"); } }