blob: ad5b8cfcffb45520d58fbf6df028f0fc0f9851fd [file] [log] [blame] [view]
ifmyet4714a7c2016-04-20 17:25:15 +08001package main
2
3import "fmt"
4
5func main() {
6 fmt.Printf("hello, world\n")
7}