#include <iostream>
#include <string>
#include <vector>
using namespace std;
int main() {
string name = "Saurav Kumar Lal";
string fieldOfStudy = "Computer Science";
string specialization = "Information Security";
vector<string> languagesSpoken = {"English", "Hindi", "Spanish"};
string description = "I'm a developer who thrives on solving interesting problems and exploring data structures.
I enjoy creating clean, effective solutions and staying curious about new technologies.";
cout << "π Hello, I'm " << name << "!" << endl;
cout << "π I am studying " << fieldOfStudy << " with specialization in " << specialization <<"." << endl;
cout << "π I can speak: ";
for (const auto& language : languagesSpoken) {
cout << language << " ";
}
cout <<"." << endl;
cout << "π» " << description << endl;
cout << "π« Feel free to reach out to me at sauravkrlal@gmail.com." << endl;
cout << "π Thanks for stopping byβkeep coding and keep curious!" << endl;
return 0;
}
π Welcome to my coding journey!
π» Passionate about software development and constantly exploring new technologies.
π― Love tackling interesting and challenging problems.
π Currently diving deep into full-stack development and enhancing my portfolio with exciting projects.
ποΈ Always eager to collaborate on innovative projects.
π« Connect with me at π§
C++ | SQL | JavaScript | HTML/CSS | Java |
---|---|---|---|---|
9/10 | 9/10 | 7/10 | 8/10 | 6/10 |
Tailwind CSS | Bootstrap | React.js | Node.js | Express.js | Firebase |
---|---|---|---|---|---|
Git | GitHub | VS Code | Figma | MongoDB | AWS |
---|---|---|---|---|---|