_demo: hello

This commit is contained in:
xushiwei
2025-04-26 22:55:46 +08:00
parent e2e2cb38be
commit ab15f30b13

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
*/