edit l1.go
This commit is contained in:
parent
116111b86b
commit
b00ae9819d
2 changed files with 1 additions and 1 deletions
2
go/l1.go
2
go/l1.go
|
|
@ -10,5 +10,5 @@ func main() {
|
|||
read := bufio.NewReader(os.Stdin)
|
||||
fmt.Println("Your name ")
|
||||
name, _ := read.ReadString('\n')
|
||||
fmt.Println("Your name %s", name)
|
||||
fmt.Println("Your name", name)
|
||||
}
|
||||
|
|
|
|||
BIN
go/output/l1
BIN
go/output/l1
Binary file not shown.
Loading…
Reference in a new issue