This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
wide
Watch
2
Star
0
Fork
You've already forked wide
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
46f6fd6546
wide
/
data
/
user_workspaces
/
admin
/
src
/
mytest
/
hello
/
main.go
10 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
默认的测试项目
2014-09-17 12:27:45 +04:00
package
main
import
(
"fmt"
)
func
main
(
)
{
.
2014-09-18 06:10:51 +04:00
fmt
.
Println
(
"Hello, 世界"
)
默认的测试项目
2014-09-17 12:27:45 +04:00
}