the simple look about technology
$ echo 'int main() { puts("Hello World!");return 0; }' | gcc-xc -$ ./a.outHello World!