leetcode-cli 0.2.3

Leet your code in command-line.
Documentation
1
2
3
4
5
use leetcode_cli::pym;

fn main() {
    pym::exec("plan1").unwrap();
}