Go to file
Haifeng Luo 62080f32c1 Can select level from URL. 2021-05-17 21:27:11 +08:00
_common/modules Can select level from URL. 2021-05-17 21:27:11 +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 Support level in sending data. 2021-04-30 22:15:49 +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 Add code from commit: 5eace44153 2021-04-11 20:28:50 +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

French Beaver Contest Archive

This repository contains tasks used in past French Beaver Contest. They are in a particular format, and can be used in Bebras Platform.

To start using:

git clone https://github.com/France-ioi/bebras-tasks.git
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