dmitri.shuralyov.com/scratch/hello

change salutations further dmitri.shuralyov.com/scratch#2

Openirina.shuralyov.com opened this change 7 months ago
Collapse all
Commit Message
FileFile
@@ -0,0 +1,11 @@
1
Parent:     47aede3 (hello: change salutations)
2
Author:     Irina Shuralyova <irina@shura-mbp.home>
3
AuthorDate: Sat Apr 20 19:10:12 2024 -0400
4
Commit:     Irina Shuralyova <irina@shura-mbp.home>
5
CommitDate: Sat Apr 20 19:10:12 2024 -0400
6

7
hello: change salutations further
8

9
The last change is submitted. Making another one to test again.
10

11
Change-Id: I71ecc88876c6c86d35c8e824c7eb06feebb9d25c
hello/hello.go
FileFile
@@ -1,7 +1,7 @@
11
package main
22

33
import "fmt"
44

55
func main() {
6
	fmt.Println("Good morning, world!")
6
	fmt.Println("Good morning! Yes, you, world.")
77
}