Skip to content

Commit

Permalink
Update helloworld.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtbj authored Sep 1, 2019
1 parent 4ad31f4 commit 0d8d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Calculate pi using Gregory-Leibniz series: (4/1) - (4/3) + (4/5) - (4/7) + (4/9) - (4/11) + (4/13) - (4/15) ...
func say(word string) string {
title := "Hello World"
title := "[Git] Hello World"
return title + " " + word
}

Expand Down

0 comments on commit 0d8d060

Please sign in to comment.