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