codewuren / cf-helper-cpp

cf-helper is a command-line codeforces helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF-Helper

Introducion

CF-Helper is a command-line tool that help you generate youer code and test them to reduce your work.

Installation

Use the command under to install cf-helper

sudo make install

If you want just to build it, enter:

sudo make build

Usage

Use the command under to get help

cf-helper --help

or, more simply

cf-helper -h

Uninstall

To uninstall cf-helper, use the command under:

sudo make uninstall

About

cf-helper is a command-line codeforces helper


Languages

Language:C++ 96.0%Language:Makefile 4.0%