Skip to content
View minseok-oh's full-sized avatar

Highlights

  • Pro

Block or report minseok-oh

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 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
minseok-oh/README.md

πŸ˜ƒ Minseok-Oh πŸ˜ƒ

class MinseokOh {
private:
    int age;
    std::string job;
    std::vector<std::string> stack_list;
    std::vector<std::string> career_list;

public:
    MinseokOh() {
        age = 26;
        job = "Naver Developer";
        stack_list = {"C++", "Go", "Python"};
        career_list = {"SW Maestro 14th", "Woowa Tech Camp 7th", "Naver"};
    }
};

πŸ“• Stack πŸ“˜




πŸ“ˆ Stats πŸ“ˆ

Anurag's GitHub stats

Popular repositories Loading

  1. minseok-oh minseok-oh Public

    Config files for my GitHub profile.

  2. problem-solving problem-solving Public

    C++

  3. client_golang client_golang Public

    Forked from prometheus/client_golang

    Prometheus instrumentation library for Go applications

    Go