diff --git a/hello.go b/hello.go index 8e2f6c4..67520dc 100644 --- a/hello.go +++ b/hello.go @@ -3,7 +3,6 @@ package main import "fmt" func main() { - // 你好 fmt.Println("hello") }