package main import "fmt" func main() { for i := 0; i < 10; i++ { fmt.Printf("%d\n", i) }}
Standard input is empty
prog.go:9: missing newline at end of file
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!