Skip to content

Commit

Permalink
fix: split helloworld into two words
Browse files Browse the repository at this point in the history
  • Loading branch information
msound committed May 23, 2024
1 parent 28a30b6 commit 2d6fc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import "log"
const appVersion = "v0.1.0"

func main() {
log.Println("Helloworld", appVersion)
log.Println("Hello world", appVersion)
}

0 comments on commit 2d6fc1e

Please sign in to comment.