desafio-algoritmos/02-triangleArea/index.js

3 lines
68 B
JavaScript
Raw Normal View History

export function triangleArea(base, height) {
// your code here
}