Skip to content
View psdiaspedro's full-sized avatar
🍎
In progress
🍎
In progress

Block or report psdiaspedro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
psdiaspedro/README.md

Hello, I'm Pedro Dias!

I am software engineer @ Itau Bank with a passion for writing code. My expertise lies in languages such as C, C++, Python, Java, JavaScript/TypeScript, and Golang. I am always eager to explore new technologies and expand my skill set.

Twitter: _pedroadias Linkedin: pedroadias GitHub Pedro Dias

A little bit about myself...

#include <iostream>
#include <string>

using namespace std;

class Person {
  public:
    string          name;
    int             age;
    string          nativeFrom;
    vector<string>  spokenLanguages
    vector<string>  familiarProgmmingLanguages;
};

int main(void) {
  cout << "Go Big or Go Home" << endl;

  Person myself;
  myself.name = "Pedro Dias";
  myself.age = 27;
  myself.spokenLanguages.push_back("Portuguese - Native");
  myself.spokenLanguages.push_back("English - Fluent");
  myself.familiarProgmmingLanguagespush_back("C");
  myself.familiarProgmmingLanguagespush_back("C++");
  myself.familiarProgmmingLanguagespush_back("Python");
  myself.familiarProgmmingLanguagespush_back("Java");
  myself.familiarProgmmingLanguagespush_back("JavaScript / Typescript");
   myself.familiarProgmmingLanguagespush_back("Golang");

  return (0);
}

42's Projects Already Graded

Pinned Loading

  1. libft-42Cursus libft-42Cursus Public

    C

  2. GNL-42Cursus GNL-42Cursus Public

    C

  3. printf-42Cursus printf-42Cursus Public

    C

  4. born2beroot-42Cursus born2beroot-42Cursus Public

    Shell

  5. piscine-42SP piscine-42SP Public

    C