cl: initLinknameByDoc
This commit is contained in:
9
cl/_testrt/concat/in.go
Normal file
9
cl/_testrt/concat/in.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/goplus/llgo/internal/runtime/c"
|
||||
)
|
||||
|
||||
func main() {
|
||||
c.Fprintf(c.Stderr, c.Str("Hello %d\n"), 100)
|
||||
}
|
||||
Reference in New Issue
Block a user