hacktoberfest-2018/code/helloworld.go
2018-10-11 05:58:44 +01:00

8 lines
77 B
Go

package main
import "fmt"
func main(){
fmt.Printf("Hello, world.")
}