Go to file
scales 05895d077d delete description in 2019 2021-07-03 10:40:20 +08:00
_common/modules Fix restart. 2021-05-31 12:13:19 +08:00
algorea Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
alkindi/alkindi_2016_2017/2017-FR-AL-01-reused-key Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
bebras delete description in 2019 2021-07-03 10:40:20 +08:00
bebras-server-modules-libs Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
demo_files Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
examples/module_testing Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
.gitignore Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
.jshintrc Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
LICENSE Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
README.md change the read me. 2021-05-20 19:47:39 +08:00
package-lock.json Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
repartition.html Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00

README.md

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