competitest.nvim
competitest.nvim copied to clipboard
How about changing filename to ignore periods (.) and replace spaces with undersore?
Currently the filenames when fetching from a problem is like N. Char.cpp
Then we'd have to rename it again. It'd be much better if it would be like
N_Char.cpp this.