char s[99];main(c){scanf("%s",s);puts(s);c=strlen(s);while(c--)printf("%c",s[c]);}
abcdefg1234
abcdefg1234 4321gfedcba
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!