blob: 91cca4fb7ac55582fca61cef77e1ab1116a69397 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}