Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUST

hello world rust

// This is the main function
fn main() {
    // Statements here are executed when the compiled binary is called

    // Print text to the console
    println!("Hello World!");
}
 
PREVIOUS NEXT
Tagged: #world #rust
ADD COMMENT
Topic
Name
5+5 =