#!/usr/local/bin/tcc -run #include int main(void){ int c = 0; c = getchar(); printf("%c", c); return 0; }