未验证 提交 c6b5a0c7 编写于 作者: P Phodal HUANG

learn: add hello world

上级 a685d690
package main
import (
"fmt"
"strings"
"os"
)
func main() {
fmt.Println(strings.Join(os.Args[1:], " "))
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册