Richie Bendall 12b5b92668 Fix Golang
Fixes #572

Co-Authored-By: Larry Lu <pudding850806@gmail.com>
2020-03-30 05:52:46 +13:00

8 lines
73 B
Go
Executable File

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