blob: c2fbf9cfb9c804e4801d24f8a33c481375fd0112 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}