Advertisement
cwchen

[Console] The overall archetecture of our phrase project.

Aug 23rd, 2017
1,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. $ tree
  2. .
  3. ├── Cargo.lock
  4. ├── Cargo.toml
  5. └── src
  6.     ├── chinese
  7.     │   ├── greeting.rs
  8.     │   └── mod.rs
  9.     ├── english
  10.     │   ├── greeting.rs
  11.     │   └── mod.rs
  12.     └── lib.rs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement