Keeping track of UVa problems that I solve
I will try to solve most of these using C/C++ so, I'll be using GNU Make but, some problems might have solutions in Python 3 as well 😄
- Compile
make
- Run
make run
- Cleanup (optional)
make clean
python3 main.py