#include <bits/stdc++.h>
using namespace std;
class Developer {
private:
string name = "Sparsh Chaudhary";
string current_os = "Fedora Linux + Hyprland + Zsh π§";
public:
vector<string> currently_building = {
"NeedNavigator AI",
"Digital Twin AI"
};
vector<string> daily_grind = {
"Data Structuresπ",
"Generative AI",
"Full-Stack Web Dev (MERN) π"
};
vector<string> hobbies = {
"Watching Anime",
"Solving Complex Math & Probability π",
"Optimizing Algorithms β‘"
};
void execute() {
cout << "Predict. Prevent. Perform. Always pushing limits! π" << endl;
}
};
int main() {
Developer sparsh;
sparsh.execute();
return 0;
}
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.
