0 / 60 seg.

What is the output of this function?

def main () {
     var a = 0
     for (a<-1 until 5){println(a)}