hello world
This commit is contained in:
parent
dfe937fc42
commit
41ec3282df
1 changed files with 7 additions and 0 deletions
7
src/01-hello.go
Normal file
7
src/01-hello.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World")
|
||||||
|
}
|
Loading…
Reference in a new issue