3 lines
46 B
PowerShell
3 lines
46 B
PowerShell
function multiply {
|
|
$args[0] * $args[1]
|
|
}
|
function multiply {
|
|
$args[0] * $args[1]
|
|
}
|