Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 548 Bytes

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