feat(02-greeting)executa exercicio 2)

This commit is contained in:
Henrique Martins Silva 2022-10-28 12:42:48 -03:00
parent 2791e2f194
commit 27ab01513a

View File

@ -1,3 +1,4 @@
export function triangleArea(base, height) {
// your code here
return (base * height) / 2
}