This is a basic hello world program in Rust, meant to serve as an initial foray into the language.
I am making this repository to serve as a landmark of me beginning to learn Rust, and I may also use it to experiment with the language.
Tools used:
- Neovim
- Rust
- Cargo Package Manager
Programming language: Rust
- Systems Programming language
- Compiled Language
- Type-safe
- Borrow-checked (no garbage collector or manual memory management)