This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
g
/
Go.go
8 lines
73 B
Go
Raw
Normal View
History
Unescape
Escape
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
package
main
Fix Golang Fixes #572 Co-Authored-By: Larry Lu <pudding850806@gmail.com>
2020-03-30 05:52:46 +13:00
import
"fmt"
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
func
main
(
)
{
Fix Golang Fixes #572 Co-Authored-By: Larry Lu <pudding850806@gmail.com>
2020-03-30 05:52:46 +13:00
fmt
.
Println
(
"Hello World"
)
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
}
Reference in New Issue
Copy Permalink