change main.go

This commit is contained in:
2018-12-18 23:00:02 +08:00
parent ab990b06e5
commit 8aadedb6b1

View File

@@ -8,5 +8,5 @@ func main() {
// HelloWorld is a function that returns a string containing "hello world". // HelloWorld is a function that returns a string containing "hello world".
func HelloWorld() string { func HelloWorld() string {
return "hello world" return "hello world 2018"
} }