Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created June 28, 2019 23:26
Show Gist options
  • Save ampulhetadosaber/71e98b38f8063ea75f86dd556f4b0097 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/71e98b38f8063ea75f86dd556f4b0097 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
tipo_do_retorno nome_da_função(tipo_do_parâmetro parâmetro){
// Conjunto de instruções
return retorno;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment