update
This commit is contained in:
3
helloworld/go.mod
Normal file
3
helloworld/go.mod
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module helloworld
|
||||||
|
|
||||||
|
go 1.18
|
||||||
BIN
helloworld/helloworld
Executable file
BIN
helloworld/helloworld
Executable file
Binary file not shown.
7
helloworld/main.go
Executable file
7
helloworld/main.go
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello, World!")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user