Skip to content
View reubxn's full-sized avatar
📖
locked in
📖
locked in

Block or report reubxn

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
reubxn/README.md
#include <vector>
#include <string>

struct Me {
    std::vector<std::string> languages = {
        "C++", "Python", "TypeScript"
    };

    std::vector<std::string> experience = {
        "Formula Trinity ADS Engineer",
        "HackEurope Co-founder",
        "Null Fellow",
        "Patch Alumni"
    };

    std::string role = "Designer × Engineer";
    std::string location = "Dublin";
} me;

Popular repositories Loading

  1. learncpp-offline learncpp-offline Public

    All learncpp.com lessons downloaded aswell as added navigation between html pages

    HTML

  2. reubxn reubxn Public