y-i / contest_template_bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Contest

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.

Checking latest test results

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.

Running tests locally

  1. Install Bazel.
  2. Run bazel test //...

Documentation

Documentation is available at https://rules-contest.readthedocs.io/.

About

License:The Unlicense


Languages

Language:Starlark 65.4%Language:Python 31.2%Language:C++ 3.4%