hello world project
This commit is contained in:
7
1-hello-world/hello.go
Normal file
7
1-hello-world/hello.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("hello, world\n")
|
||||
}
|
||||
Reference in New Issue
Block a user