This repository contains tasks used in past Alkindi Contest. They are in a particular format, and can be used in Bebras Platform.
To start using:
git clone https://github.com/France-ioi/alkindi-tasks.git
cd alkindi-tasks
git submodule update --init
To update:
git pull
git submodule update --recursive
To update modules to the current version:
cd modules
git pull
git checkout master
cd ..
git add modules/
git commit -m "update modules"
git push