trygve: simpleprintchain.k
System.out.print("hello ").println("world")
/* GOLD:
___________________________________________________________
hello world
*/
System.out.print("hello ").println("world")
/* GOLD:
___________________________________________________________
hello world
*/