2022-01-06 22:32:03 +08:00

8 lines
76 B
Smarty

package main
import "fmt"
func main() {
fmt.Println("我是个示例")
}