leetcode-cli-rs 0.1.0

A cli for create leetcode workspaces in rust
1
2
3
4
5
6
7
# leetcode-cli-rs

### Examples
```
./leetcode-cli-rs create two-sum  //setup workspace
./leetcode-cli-rs test two-sum    // test problem
```