xgo_test.xgo 97 B

123456
  1. fmt := import("fmt")
  2. fmt.println("Hello, World!")
  3. for _, i in [15, 573, 53] {
  4. fmt.println(i)
  5. }