go语言实现helloWorld输出

in cn •  7 years ago 

package main

import "fmt"

func main() {

fmt.Printf("HelloWorld")

}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!