object Hello extends App { +− val y = 42+− val foo = (1 to 10).toList+− println("hello world")+− }+−