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