Skip to content
View invertime's full-sized avatar
💻
programing ^-^
💻
programing ^-^

Block or report invertime

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
invertime/README.md
namespace invertime;

class About : public Me {

    private:
        map<string, string> CurrentWorkplace = {
                { 'Place', 'Telecom Nancy | Engineering school' },
                { '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"
        }
}

Pinned Loading

  1. batailleNavalGroup batailleNavalGroup Public

    Une bataille navale basée sur python et tkinter

    Python 2 1