Golang espera que Goroutine termine
package main
import (
"fmt"
)
func main() {
fmt.Println(`
Golang is a statically typed language loved
by scientists and researchers, developed by
Google.`)
}
Nice Newt