Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-hello-world

To verify that cargo is installed.

cargo --version

To create a new project, type:

cargo new hello_world

To compile the project, type:

cargo check

To build the project, type:

cargo build

To run the project, type:

cargo run

To build the project for release, type:

cargo build --release

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages