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