This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
util
/
bb
Urmărește
2
Stea
1
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
main
Ramuri
Etichete
main
master
v0.4.0
v0.3.0
v0.2.0
v0.1.0
v0.0.1
bb
/
xgo_test.xgo
xgo_test.xgo
97 B
Permalink
Istoric
Crud
1
2
3
4
5
6
fmt := import("fmt")
fmt.println("Hello, World!")
for _, i in [15, 573, 53] {
fmt.println(i)
}