This commit is contained in:
2
main.go
2
main.go
@@ -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 2018"
|
return "hello world 2018-12-18"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user