This website works better with JavaScript
Home
Explore
Help
Sign In
util
/
bb
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
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
History
Raw
1
2
3
4
5
6
fmt := import("fmt")
fmt.println("Hello, World!")
for _, i in [15, 573, 53] {
fmt.println(i)
}