/RustyProgram

A hello world rust application

Primary LanguageRustMIT LicenseMIT

RustyProgram

A hello world rust application

Log

00+01 - Copy - Paste - Compile

  • Install rust and use offical rust lang documentation to get started.
  • Update previous installed rust version to 1.45.0
  • Copy paste hello world example and compile it ^^

02 - Guess What

  • Basically followed the documentation word for word šŸ¤£
  • Played around with rust debugging in vscode
  • Small experiments, etc.