hello
This commit is contained in:
parent
5134a04e9d
commit
354983d93f
3
hello/go.mod
Normal file
3
hello/go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module c.infdj.com/GO/courses_golang/hello
|
||||
|
||||
go 1.17
|
7
hello/hello.go
Normal file
7
hello/hello.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world.")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user