- 🎓 First-year Computer Science student
- 💻 Passionate about programming and problem solving
- 📚 Learning OOP, Data Structures, Algorithms, and SQL Server
- 🔥 Interested in Software Development
- 🌱 Always improving step by step
#include <iostream>
#include <vector>
#include <string>
class Mahdy {
public:
std::string role = "CS Student - 1st Year";
std::vector<std::string> skills = {
"C++",
"OOP",
"Data Structures",
"SQL Server"
};
std::vector<std::string> tools = {
"VS Code",
"Git",
"GitHub"
};
std::string goal = "Become a strong Software Engineer";
};
