doc: make doc testable
This commit is contained in:
7
doc/_readme/llgo_simple/simple.go
Normal file
7
doc/_readme/llgo_simple/simple.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/goplus/llgo/c"
|
||||
|
||||
func main() {
|
||||
c.Printf(c.Str("Hello world\n"))
|
||||
}
|
||||
Reference in New Issue
Block a user