Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 616 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 616 Bytes

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