(feat)finalizando teste 02 triagleArea

This commit is contained in:
wellington carlos 2022-10-28 20:06:23 -03:00
parent b52c44f39b
commit 8e78769206

View File

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