Hello, world
This commit is contained in:
parent
8732a54c20
commit
b985c2d4ba
1 changed files with 7 additions and 0 deletions
7
hello.go
Normal file
7
hello.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world")
|
||||
}
|
Reference in a new issue