1package notest
2
3func hello() {
4	println("hello world")
5}
6Hello world
7