Repository URL to install this package:
package main import "github.com/goplus/lib/c" func main() { c.Printf(c.Str("Hello, world!\n")) }