blu3r4y / ccc-linz-nov2022

36th Classic Cloudflight Coding Contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

36th Classic Cloudflight Coding Contest

My solutions for the 36th Classic Cloudflight Coding Contest in November 2022, 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

36th Classic Cloudflight Coding Contest

License:MIT License


Languages

Language:Python 100.0%