8 lines
76 B
Smarty
8 lines
76 B
Smarty
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("我是个示例")
|
|
}
|