#include <Creativity>
using namespace std;
class Life {
public:
string current_job_title;
bool open_for_opportunity;
Life() {
current_job_title = "Software Engineer";
open_for_opportunity = true;
}
void current_projects() {
cout << "Currently learning: MERN Stack & Problem solving π" << endl;
cout << "Currently working on: MERN π±" << endl;
cout << "Excited for: High level designing (HLD) π" << endl;
}
void contact_me() {
cout << "Email: [email protected]" << endl;
}
};
int main() {
Life aarti;
aarti.current_projects();
aarti.contact_me();
return 0;
}
if ("__repo__" == "__helpful__") {
cout << "Star it!" << endl;
cout << "Fork it!" << endl;
}
Coding enthusiast | Transforming ideas into code | Tech enthusiast
- India
- in/aarti-jangra
Highlights
- Pro
Popular repositories Loading
-
-
codingNinja-DSA
codingNinja-DSA PublicThis repo contains solutions of coding ninja's problems in strivers A-Z DSA course
C++
-
-
crackLeet
crackLeet PublicCollection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
C++
-
-
Netflix-clone
Netflix-clone PublicThis is my first project for web development where I have demonstrated netflix clone.
HTML
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.