Advertisement
cwchen

[Console] Compile and run a Rust project with Cargo

Aug 22nd, 2017
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. $ cargo run
  2.  Compiling hello v0.1.0 (file:///home/cwchen/src/rust_ex/hello)
  3.   Finished debug [unoptimized + debuginfo] target(s) in 0.13 secs
  4.    Running `target/debug/hello`
  5. Hello, world!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement