4 lines
40 B
Text
4 lines
40 B
Text
fn mul(x, y) {
|
|
let a = x*2;
|
|
a * y
|
|
}
|
fn mul(x, y) {
|
|
let a = x*2;
|
|
a * y
|
|
}
|