Still writing your C++ CodinGameBot in one file? You don’t have to.
Good projects need a clear file structure!
That’s why I wrote Quom: A single file generator for C/C++.
- Write your source code across multiple header/source files.
- Merge all files into one.
- Submit your code to CodinGame.
I hope you like it.