rust

Hello world fn main() { // Statements here are executed when the compiled binary is called. // Print text to the console. println!("Hello World!"); } Backlinks rustup

February 25, 2024 · Kristian Alexander P

rustup

Install rust Get the installer script here for linux, but alsow support other os’es like windows.

February 25, 2024 · Kristian Alexander P