RosettaCodeData/Task/Hello-world-Text/Go/hello-world-text.go
2015-11-18 06:14:39 +00:00

5 lines
72 B
Go

package main
import "fmt"
func main() { fmt.Println("Hello world!") }