4 lines
47 B
Gleam
4 lines
47 B
Gleam
|
|
fn multiply(x: Int, y: Int) -> Int {
|
||
|
|
x * y
|
||
|
|
}
|