Profile Picture

anxiy

// Professional Overview
class Developer {
private:
  string role = "Software Engineer";
  string passion = "Building stuff";
  string status = "testing...";
};