Skip to content
View MiMGell's full-sized avatar

Block or report MiMGell

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

Hi there 👋 i'm Migel

i like c++

here's a proof

#include <iostream>

int main(void) {
    std::cout << "Hello, World!\n";

    return 0;
}

Popular repositories Loading

  1. CPP_AppTemplate CPP_AppTemplate Public template

    a Simple C++ application template

    CMake

  2. MiMGell MiMGell Public

    profile

  3. CPP_LibTemplate CPP_LibTemplate Public

    a Simple C++ library with cmake build-system

    CMake