diff --git a/hello.go b/hello.go index 67520dc..e5abf73 100644 --- a/hello.go +++ b/hello.go @@ -5,4 +5,6 @@ import "fmt" func main() { fmt.Println("hello") + fmt.Println("hello") + fmt.Println("hello") }