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
7e25ec1ac3aa81d6db4dafe05f3836e3d53a6564
llgo
/
_cmptest
/
fmtdemo
/
fmt.go
9 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
cl: SetPatch fix
2024-07-01 19:05:12 +08:00
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"Hello, world"
)
patch fmt: fmt.Printf
2024-07-04 17:05:26 +08:00
fmt
.
Printf
(
"%f\n"
,
3.14
)
cl: SetPatch fix
2024-07-01 19:05:12 +08:00
}
Reference in New Issue
Copy Permalink