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