add package hello
This commit is contained in:
7
dev-fox.ru/fox/headfirstgo/hello/hello.go
Normal file
7
dev-fox.ru/fox/headfirstgo/hello/hello.go
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package hello
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello Golang developers!")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user