# bebras-tasks **Repository Path**: x_stacker/bebras-tasks ## Basic Information - **Project Name**: bebras-tasks - **Description**: This is OpenCT's online interactive topic system. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-06-22 - **Last Updated**: 2021-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCT Contest Archive This repository contains tasks used in past [ OpenCT Contest]. They are in a particular format, and can be used in OpenCT. To start using: ``` git clone https://github.com/open-ct/openct-tasks cd bebras-tasks git submodule update --init ``` To update: ``` git pull git submodule update --recursive ``` To update modules to the current version: ``` cd _common/modules git checkout master git pull cd ../.. git add _common/modules/ git commit -m "update modules" git push ```