fix: merge

This commit is contained in:
PATRICK DE SOUZA SILVA 2022-11-02 18:16:10 -03:00
commit 5b25539aac

View File

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