#include <iostream>
#include <string>
#include <vector>
using namespace std;
struct Developer {
string name = "Shreemant Sahu";
string location = "Delhi, India";
string education = "Final Year Computer Science Student";
string currentFocus = "App Development";
vector<string> technologies = {"C", "C++", "Python", "MySQL", "Git", "Linux", "Bootstrap"};
vector<string> askMeAbout = {"Mobile Apps", "System Design"};
string funFact = "Switched to Linux and never looked back — except to flex it.";
void introduce() {
cout << "Hello! I'm " << name << " from " << location << endl;
cout << "Currently focusing on: " << currentFocus << endl;
cout << "Fun fact: " << funFact << endl;
}
};
🕶️
Bing Chilling
Final year CSE @ KIIT | App Dev • C++ DSA • Cybersecurity Enthusiast
- Bhubaneswar
-
09:54
(UTC +05:30) - in/shreemant-s-9a4919260
Popular repositories Loading
-
keploy
keploy PublicForked from keploy/keploy
Unit, API & Integration Testing Agent for Developers. Generate tests, mocks/stubs for your APIs that actually work!
Go 1
-
-
Glyph-Developer-Kit
Glyph-Developer-Kit PublicForked from Nothing-Developer-Programme/Glyph-Developer-Kit
Glyph
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.