feat(home):resolucao da questao 2
This commit is contained in:
parent
f5a357d839
commit
08b789490a
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return (base * height)/2
|
||||
}
|
Loading…
Reference in New Issue
Block a user