diff --git a/hello.go b/hello.go index 8e2f6c4..a492b0b 100644 --- a/hello.go +++ b/hello.go @@ -6,4 +6,6 @@ func main() { // 你好 fmt.Println("hello") + fmt.Println("hello") + fmt.Println("hello") }