Skip to content

Latest commit

 

History

History

rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

do some exercises with rust lang

Without cargo

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

With cargo

need to reorgnize structure