feat: Finalizando o Segundo Exercício

This commit is contained in:
tiago medeiros rodrigues 2022-11-02 16:26:11 -03:00
parent b2ca135bbd
commit c11233d910

View File

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