Skip to content
View edmondskender's full-sized avatar

Highlights

  • Pro

Block or report edmondskender

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
edmondskender/README.md

#include <iostream>
#include <string>

class Programmer {
  std::string name;
  std::string role;

public:

  Programmer() : name("Edmond Skender"), role("AI Student") {}

  void sayHi() {
    std::cout << "Thanks for dropping by, hope you find some of my work interesting." << std::endl;
  }

};

int main(int argc, char* argv[]) {
  Programmer me;
  me.sayHi();

  return 0;
}

My Skills



How to Reach Me


📫 Email: edmondskender.ai@gmail.com

💼 LinkedIn: Edmond Skender

Popular repositories Loading

  1. edmondskender edmondskender Public

  2. tagdb-cpp tagdb-cpp Public

    C++

  3. simple-cat-cpp simple-cat-cpp Public

    C++

  4. simple-vector-cpp simple-vector-cpp Public

    C++

  5. my-portfolio my-portfolio Public

    JavaScript

  6. flappy-bird flappy-bird Public

    Python