hello
This commit is contained in:
3
hello/go.mod
Normal file
3
hello/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module example/hello
|
||||
|
||||
go 1.25.6
|
||||
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!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user