diff --git a/hello.go b/hello.go index d145c76..2da40b4 100644 --- a/hello.go +++ b/hello.go @@ -12,6 +12,7 @@ func main() { fmt.Println("superman3") fmt.Println("superman4") fmt.Println("superman5") + fmt.Println("superman6") } //!-