Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUST

rust function

fn main() {
    println!("Hello, world!");

    another_function();
}

fn another_function() {
    println!("Another function.");
}
 
PREVIOUS NEXT
Tagged: #rust #function
ADD COMMENT
Topic
Name
6+4 =