diff --git a/data/user_workspaces/admin/src/mytest/hello/main.go b/data/user_workspaces/admin/src/mytest/hello/main.go index 21483c0..4b8553a 100644 --- a/data/user_workspaces/admin/src/mytest/hello/main.go +++ b/data/user_workspaces/admin/src/mytest/hello/main.go @@ -5,5 +5,5 @@ import ( ) func main() { - fmt.Println("Hello, ÊÀ½ç")1 + fmt.Println("Hello, 世界") }