This commit is contained in:
lordwelch 2017-11-06 22:58:36 -07:00
parent eb1d9f6bee
commit b651932922

View File

@ -122,7 +122,7 @@ func main() {
)
r, _, err = stdin.ReadRune()
fmt.Printf("%s\n", r)
fmt.Printf("%s\n", string(r))
if err != nil {
panic(err)
}