{{ score }}
  # preprocess a file, but without #line statements
# the same also works with g++ and clang/clang++
# by default, this will write the result to standard output, '-o' writes the
# preprocessed output to 'output.c'
gcc -E -P yourfile.c -o output.c