jodevsa / codeforces_submit

To all problem solvers and codeforces users , submit your solutions using one simple command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

codeforces_submit

alt tag

Description:

To all problem solvers and codeforces users , submit your solutions using one simple command

Usage:

1-Get Nodejs running on your machine Nodejs Download Page
2-Clone the repository
3-On terminal, cd to repository directory and run

npm install -g
4-now you can submit your code using cf command

cf <problem> <solution path>

Example:

cf 58A sol.cpp

About

To all problem solvers and codeforces users , submit your solutions using one simple command


Languages

Language:JavaScript 100.0%