Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 139 Bytes

README.md

File metadata and controls

executable file
·
10 lines (6 loc) · 139 Bytes

do some exercises with rust lang

Without cargo

  • compile: rustc xxx.rs
  • run: ./xxx

With cargo

need to reorgnize structure