blu3r4y / ccc-linz-nov2021

35th Classic Cloudflight Coding Contest (Rank #16)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

35th Classic Cloudflight Coding Contest (Rank #16)

License:MIT License


Languages

Language:Python 100.0%