dmitri.shuralyov.com/scratch/...

hello: change salutations

Change-Id: Id26811014a3ddbe75ffbbceb9fba65d117a421ea
Reviewed-On: https://dev.dmitri.shuralyov.com/scratch/...$changes/1
Irina Shuralyova committed 3 weeks ago commit 47aede378cd43c09dc35978c8138af902c6de84f
Collapse all
hello/hello.go
@@ -1,7 +1,7 @@
package main

import "fmt"

func main() {
	fmt.Println("Hello, world.")
	fmt.Println("Good morning, world!")
}