Merge pull request #1073 from xushiwei/t

_demo: hello
This commit is contained in:
xushiwei
2025-04-26 23:04:06 +08:00
committed by GitHub

View File

@@ -11,7 +11,3 @@ func main() {
fmt.Println("hello world by fmt.Println")
c.Printf(c.Str("Hello world by c.Printf\n"))
}
/* Expected output:
Hello world
*/