Skip to content

A command-line utility to quickly generate problem files from stubs for competitions.

License

Notifications You must be signed in to change notification settings

art-bashkirev/Competition.st

Repository files navigation

Competition.st

A command-line utility to quickly generate problem files from templates for competitive programming

Installation

git clone https://github.com/art-bashkirev/Competition.st.git
make
make install

Usage

$ cst [x] [lang]
x - the number of problems
lang - the language of the created problem files from templates
cst 5 cpp # Creates 5 alphabetically "numbered" files from C++
cst 3 py  # Creates 3 alphabetically "numbered" files from Python

Template creation

The templates are located in ~/cst/templates/template.{lang}.


Pre-installed on artbashkirev/codespace:competition

About

A command-line utility to quickly generate problem files from stubs for competitions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published