A program that compresses cpp code in terms of character size.
python3 compressor.py example/code.cpp example/small.cpp
It compressed the example from 1606 characters to 1138.
python3 compressor.py example/code.cpp example/small.cpp --remove_new_lines
It compressed the example from 1606 characters to 1070.