This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
llgo
Watch
1
Star
0
Fork
0
You've already forked llgo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b11eb742cbdac74581522a3dac1176398226491b
llgo
/
doc
/
_readme
/
llgo_simple
/
simple.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
doc: make doc testable
2024-11-06 10:28:08 +08:00
package
main
move out c/cpp/py
2025-04-03 15:52:18 +08:00
import
"github.com/goplus/lib/c"
doc: make doc testable
2024-11-06 10:28:08 +08:00
func
main
(
)
{
c
.
Printf
(
c
.
Str
(
"Hello world\n"
)
)
}
Reference in New Issue
Copy Permalink