Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created June 28, 2019 23:41
Show Gist options
  • Save ampulhetadosaber/5aec6a4fa7d0d6e6572474ebc8c31872 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/5aec6a4fa7d0d6e6572474ebc8c31872 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int Soma(int a, int b){
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment