2018-09-12 15:49:49 -05:00

10 lines
79 B
Go

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