Tool for developing tasks for programming competitions.
Pisek requires Python 3.11 or newer. You can install it with pip:
pip install pisekYou can create a task skeleton with:
pisek initTest the task in the current directory with:
pisek testSee our user documentation for more details.