Indeed, the question about the wall is here, but is there a way to compile a line of C code in GCC without any environment to store that line (for example, the source file)?
Something along the lines of:
$ gcc "#include <stdio.h> int main( void ){ printf('hello world'); return 0;}" -o test
The feeling is really dirty, but it would be very nice if there was an easy way to do it.
source
share