Last active 1741643848

test.go Raw
1// You can edit this code!
2// Click here and start typing.
3package main
4import "fmt"
5func main() {
6 fmt.Println("Hello, 世界")
7}
8