A hello world rust application
- 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 ^^
- Basically followed the documentation word for word š¤£
- Played around with rust debugging in vscode
- Small experiments, etc.