some text
some text
some text
some text
Here your can find a function that add two numbers and return the result
// remove this line
fn add_numbers(a: i32, b: i32) -> i32 {
}
some text
some text
And here is is example how to print content to the stdout
fn greet_person(name: &str) {
}