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