Go to file
没吃过紫薯的猫 f0d75eb03f !4 Step guide bug repair
Merge pull request !4 from stacker/master
2021-06-30 15:06:20 +00: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 'fix_two_bugs' 2021-06-30 22:59:02 +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