Untested Go
This commit is contained in:
parent
7a36356072
commit
72dd60c819
7
go/helloworld.go
Normal file
7
go/helloworld.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World!")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user