#include <stdio.h> int main() { int ch1, ch2; ch1=getchar(); ch2=fgetc(stdin); putchar(ch1); fputc(ch2, stdout); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: