forked from M3-Academy/challenge-algorithms-v2.0
feat(02-greeting)executa exercicio 2)
This commit is contained in:
parent
2791e2f194
commit
27ab01513a
@ -1,3 +1,4 @@
|
||||
export function triangleArea(base, height) {
|
||||
// your code here
|
||||
return (base * height) / 2
|
||||
}
|
Loading…
Reference in New Issue
Block a user