Login
Discover
Waves
Communities
Write
Login
Signup
Ecency
/
#cn
/
go语言实现helloWorld输出
go语言实现helloWorld输出
junaozun
(25)
Published in
#cn
Words
9
Reading
1 min
Listen
Play
8y
package main
import "fmt"
func main() {
fmt.Printf("HelloWorld")
}