fungsi karat
fn main() {
println!("Hello, world!");
another_function();
}
fn another_function() {
println!("Another function.");
}
Maou Shimazu
fn main() {
println!("Hello, world!");
another_function();
}
fn another_function() {
println!("Another function.");
}