export func main() { let items = listInitWith(30, 0) for item in items { println(item) } }