Skip to content

v0.1.0

Compare
Choose a tag to compare
@hjaremko hjaremko released this 18 Apr 11:49
· 108 commits to master since this release

First release of the CLI client for the Jagiellonian University's BaCa online judge.

Features

  • Submitting single file to given task with optional auto-zipping
  • Printing submit logs (no tests status currently)
  • !! Submits with hardcoded C++ language !!

Installation

  • Windows users can use convenient installer.
  • Linux and macOS users should rename binary to baca and copy it to ~/.local/bin or whatever your PATH is.
  • Cargo users can install with command cargo install --git https://github.com/hjaremko/baca-cli.git --tag v0.1.0