Skip to content

JayTwoLab/hello-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-rust

  • Hello, rust!

  • .gitignore for rust is updated.

Hello World

  • Create new project
cargo new helloworld
  • Build project (default debug build)
cd helloworld
cargo build
  • Build project using 'Release build'
cargo build --release
  • Run project

    • run default build(debug build)
cargo run
  • run release build
cargo run --release

About

Hello, Rust! boilerplate code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages