This is an example Git repository maintaining programming contest problems with Bazel and rules_contest.
You can use this repository as a template of a new repository for your programming contest. Click the Use this template button in GitHub UI to quickly create a new repository.
If this repository is hosted on GitHub, tests are automatically run by
GitHub Actions and reports are uploaded to the report
branch as a Markdown
document.
- Install Bazel.
- Run
bazel test //...
Documentation is available at https://rules-contest.readthedocs.io/.