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 stubs for competitions

Installation

$ git clone https://github.com/art-bashkirev/Competition.st.git
$ make
$ make install # or sudo make install

Usage

$ st [x] [lang]
x - the number of problems
lang - the language of the created stubs
$ st 5 cpp # Creates 5 alphabetically "numbered" stubs in C++
$ st 3 py  # Creates 3 alphabetically "numbered" stubs in Python

Stub creation

Located by default on "/usr/local/bin/stubs/stub.{lang}"


Pre-installed on artbashkirev/codespace:comp

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