関数
公式の説明
https://doc.rust-lang.org/stable/reference/items/functions.html
code:txt
fn 関数名(引数リスト): 型 {
文;
...
式または文
}