feat(desafio): Adiciona segunda tarefa concluida

This commit is contained in:
Manuela Luana Schumacker Tavares 2022-10-28 14:37:17 -03:00
parent 9bae1f72fc
commit 28ce5269bb

View File

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