Skip to content

Instantly share code, notes, and snippets.

@lucaskauaa
Created May 16, 2025 17:13
Show Gist options
  • Save lucaskauaa/121c286b4c154fd90239f7cb4ecf3cda to your computer and use it in GitHub Desktop.
Save lucaskauaa/121c286b4c154fd90239f7cb4ecf3cda to your computer and use it in GitHub Desktop.
Função de soma
function soma (a, b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment