A simple hello world program to get familiar with the Rust syntax.
- Prerequisites:
- cargo
- Rust You can install the prerequisites with the following
curl https://sh.rustup.rs -sSf | sh
- Build the output with
cargo build --release
- Run the build with
cargo run
A window will pop-up. You can use the arrow keys to move the square.