#include <stdio.h> int main(int argc, char** argv){ printf("123\n456\n789\n"); printf("code:\'index:\"\n"); return 0;}
Standard input is empty
123 456 789 code:'index:"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!