A

Admin • 802.91K Points
Coach

Q. What does `cargo run` do?

  • (A) Compiles and runs the Rust program
  • (B) Installs dependencies
  • (C) Formats the code
  • (D) Runs tests only
  • Correct Answer - Option(A)
  • Views: 5
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
`cargo run` compiles the code and executes the resulting binary.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.