package mainimport ( "./even" "fmt") func main() {i := 5fmt.Printf("Is %d even? %v\n", i, even.Even(i))}
Standard input is empty
prog.go:3: can't find import: ./even
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!