Skip to content

Commit 3d7e192

Browse files
author
Marvin
committed
'Change greeting from 'Hello World!' to 'Hello Marvin!' and update test'
1 parent 83153ba commit 3d7e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ func main() {
4141
}
4242

4343
func greeting() string {
44-
greeting := "Greetings Daggernauts!"
44+
greeting := "Hello Marvin!"
4545
return fmt.Sprintf("{\"greeting\":\"%s\"}", greeting)
4646
}

0 commit comments

Comments
 (0)