This website requires JavaScript.
Explore
Help
Register
Sign In
wyh
/
hello
Watch
1
Star
0
Fork
You've already forked hello
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
46dd480be1
hello
/
main.go
8 lines
70 B
Go
Raw
Normal View
History
Unescape
Escape
init
2021-07-19 03:22:32 +00:00
package
main
import
"fmt"
func
main
(
)
{
fa
2021-07-19 03:37:05 +00:00
fmt
.
Println
(
"hello 52."
)
init
2021-07-19 03:22:32 +00:00
}