trygve: simpleprintchain.k

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