feature #1

Merged
wellingtonCarlos merged 11 commits from feature into master 2022-11-02 18:10:07 +00:00
Showing only changes of commit 8e78769206 - Show all commits

View File

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