forked from Open-CT/openct-tasks
f92a77436a
* update _common/modules/integrationAPI.01/installationAPI.01/pemFioi/st… * update _common/modules/integrationAPI.01/installationAPI.01/pemFioi/bu… |
||
---|---|---|
_common/modules | ||
algorea | ||
alkindi/alkindi_2016_2017/2017-FR-AL-01-reused-key | ||
bebras | ||
bebras-server-modules-libs | ||
demo_files | ||
examples/module_testing | ||
.gitignore | ||
.jshintrc | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
repartition.html |
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