Feat(Desafio_2.2): Cria resposta desafio 2.2

This commit is contained in:
Rhayllon Daudt 2022-10-29 00:50:31 -03:00
parent 6ecb020075
commit 995c55c829

View File

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