Remove comments from C/C++ code

SO

gcc -fpreprocessed -dD -E test.c
# or
gcc -fpreprocessed -dD -E -P -o test.c.tmp test.c
Written on April 11, 2020, Last update on April 11, 2020
c++ codingame comments