cain_ls 0.1.0

A simple ls command implementation in Rust
1
2
3
4
5
6
7
8
9
10
## cain_ls

### Goal 1

1. get curr directory
2. get all files in curr directory
3. display above files

### Goal 2
1. make executable