My solutions for the 35th Classic Cloudflight Coding Contest in November 2021, written in Python.
🐐 🐐 🐐
- ✔️ Level 1 - Interim solution - Final solution
- ✔️ Level 2 - Interim solution - Final solution
- ✔️ Level 3 - Interim solution - Final solution (post-contest)
- ❌ Level 4 - unfinished - Post-contest solution
Package requirements are specified in the requirements.txt file.
python -m pip install -r requirements.txt
Run code as a module
python -m ccc
Quickly archive the last commit
git archive --format zip -o code.zip HEAD