#include <stdio.h> int main(void) { char result[32]; fscanf(stdin, "%s", &result); printf("'%s'", result); return 0;}
hello world
'hello'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!