Skip to content

partiallysorted/rust-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages