Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.09 KB

35th Classic Cloudflight Coding Contest

My solutions for the 35th Classic Cloudflight Coding Contest in November 2021, written in Python.

🐐 🐐 🐐

Challenges

Requirements

Python >= 3.9

Package requirements are specified in the requirements.txt file.

python -m pip install -r requirements.txt

Snippets

Run code as a module

python -m ccc

Quickly archive the last commit

git archive --format zip -o code.zip HEAD