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