Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 770 Bytes

coderust

rust

My command line tool to improve coding on codeforces.

help

Usage cf [command] <args...>

    f, folder - create round folder
        <contest> is mandatory

    p, problem - download test data
        <contest> and <problem> are mandatory

    r, round - create round folder and download all problems test data
        <contest> is mandatory

    t, template - create solution source from template
        <name> is mandatory

    v, verify - build & verify solution

    c, compile - build solutuon binary

    g, git - commit & push solution sources