_demo: hello
This commit is contained in:
@@ -11,7 +11,3 @@ func main() {
|
|||||||
fmt.Println("hello world by fmt.Println")
|
fmt.Println("hello world by fmt.Println")
|
||||||
c.Printf(c.Str("Hello world by c.Printf\n"))
|
c.Printf(c.Str("Hello world by c.Printf\n"))
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Expected output:
|
|
||||||
Hello world
|
|
||||||
*/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user