My solutions for the 38th Classic Cloudflight Coding Contest in November 2023, written in Python.
🐐 🐐 🐐
- ✔️ Level 1 - Solution
- ✔️ Level 2 - Solution
- ✔️ Level 3 - Solution
- ✔️ Level 4 - Solution
- ✔️ Level 5 - Solution
- ❌ Level 6 - unfinished
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