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

Organizations

@MilesCodeIt
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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', 'Higher school preparatory classes' },
                { 'Position', 'Student' }
            };

        string dailyKnowledge = {
            "Html", 
            "CSS",
            "JavaScript",
            "Php",
            "Laravel",
            "Vuejs",
            "C",
            "Ocaml",
            "C++",
            "CyberSecurity"
        }

    public:

        map<string, string> getCurrentWorkplace(){            
            return CurrentWorkplace
        };

        string getDailyKnowledge(){
            return dailyKnowledge
        }

        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

  2. MilesCodeIt/www MilesCodeIt/www Public

    Official website of Miles. This is where we write our articles and more cool stuff.

    TypeScript 2