Skip to content
Snippets Groups Projects
Commit 8ea3a73e authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

minor update

parent d83f8796
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import (
func main() {
writer := bufio.NewWriter(os.Stdout)
msg := "Save the world with Go!!!"
msg := "Save the world with Go!!!\n"
for _, letter := range msg {
time.Sleep(time.Millisecond*300)
writer.WriteByte(byte(letter))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment