|
|
@ -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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|