feat: init & playaround
This commit is contained in:
7
go-by-example/hello-world/hello-world.go
Normal file
7
go-by-example/hello-world/hello-world.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
||||
Reference in New Issue
Block a user