dumb change
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-02-27 19:20:27 +01:00
parent e6a30208ac
commit 1c7e99f50a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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