#include <iostream> #include "../include/jokenpo.hpp" using namespace std; namespace exemplo{ void print( std::string phrase ){ cout << phrase << endl; } int sum( int a, int b ){ return ( a + b ); } }