typo
This commit is contained in:
parent
7f0ad904fd
commit
e16eb41f32
@ -23,7 +23,7 @@ var newline = []byte("\n")
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Wrapping the unbuffered `os.Stdin` with a buffered
|
// Wrapping the unbuffered `os.Stdin` with a buffered
|
||||||
//reader gives us the convenient `ReadLine` method.
|
// reader gives us the convenient `ReadLine` method.
|
||||||
in := bufio.NewReader(os.Stdin)
|
in := bufio.NewReader(os.Stdin)
|
||||||
out := os.Stdout
|
out := os.Stdout
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user