#include <iostream>
using namespace std;
class Programmer{
private:
string Name;
int Age;
string locale;
public:
Programmer(string name, int Age, string Locale);
};
int main(){
Programmer gabriel("Gabriel", 19, "Sao Bernardo do Campo - SP");
cout <<"I'm trying to became a great programmer!"<<endl;
return 0;
}
Sou estudante de Ciência da Computação na FEI, atualmente no terceiro semestre. Possuo interesse em desenvolvimento backend e desafios.
- São Bernardo do Campo, SP
- bielzn.santana
- in/gabrielsantana013
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.