leetcode-cli 0.1.6

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

fn main() {
    cli::main();
}