Skip to content

Instantly share code, notes, and snippets.

@Lucbm99
Created August 29, 2021 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lucbm99/873a5a707e7e602a2c51496c68d98f1e to your computer and use it in GitHub Desktop.
Save Lucbm99/873a5a707e7e602a2c51496c68d98f1e to your computer and use it in GitHub Desktop.
triangulo = calculoArea(base, altura)
function calculoArea(base,altura)
real base, altura
calculoAreaTriangulo = base * altura / 2
return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment