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