blob: 635db7ae6c12cddfaa837d9770a225b9225e4ada [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}