A program that copies exactly what user had entered immediately.
NOTE: The shorter the program is the higher score you obtained.
#include <stdio.h>
main(){while(putchar(getchar()));}