RosettaCodeData/Task/Shell-one-liner/C/shell-one-liner.c

2 lines
62 B
C

$ echo 'main() {printf("Hello\n");}' | gcc -w -x c -; ./a.out