#include <stdio.h> int main(void) { char c; while(scanf("%c",&c)!=EOF){ printf("%c",c); } return 0;}
abideabide
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!