Skip to content

Commit 199af89

Browse files
committed
Go Lang fit the format
1 parent 4311a5e commit 199af89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Go Lang/hello_world.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
func main() {
1010
reader := bufio.NewReader(os.Stdin)
11-
fmt.Print("Enter text: ")
12-
text, _ := reader.ReadString('\n')
13-
fmt.Println(text)
11+
fmt.Print("Enter Your Name: ")
12+
name, _ := reader.ReadString('\n')
13+
fmt.Println(name)
1414
}

0 commit comments

Comments
 (0)