namespace invertime;
class About : public Me {
private:
map<string, string> CurrentWorkplace = {
{ 'Place', 'Higher school preparatory classes' },
{ 'Position', 'Student' }
};
string randomKnowledge = {
"Html",
"CSS",
"JavaScript",
"Typescript",
"Php",
"Vuejs",
"C",
"Ocaml",
"C++",
"CyberSecurity"
}
public:
map<string, string> getCurrentWorkplace(){
return CurrentWorkplace
};
string getDailyKnowledge(){
return randomKnowledge
}
string getFuturGoal(){
return "To get a job in cybersecurity"
}
}
💻
programing ^-^
Pinned Loading
-
batailleNavalGroup
batailleNavalGroup PublicUne bataille navale basée sur python et tkinter
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.


