Skip to content
View jameskr97's full-sized avatar
πŸ“š
Study
πŸ“š
Study

Organizations

@etternagame
Block or Report

Block or report jameskr97

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

Hello there πŸ€–



​
#include <string>

struct Human {
    std::string name            {"James 🦾"};
    std::string occupation      {"Ambulance Driver πŸš‘"};
    std::string location        {"35.0333Β°N, 138.888Β°E πŸ“"};
    std::string hobbies[3]      {"Rock Climbing πŸ§—", "Debugging 🐞", "3D Printing πŸ”§"};

    std::string currentProject  {"Etterna ⬇️ - github.com/etternagame/etterna"};
    std::string needHelpWith    {"Studying Mandarin and Korean! πŸ““"};
    std::string intro           {"Hello!πŸ‘‹ I'm James. I like to write code."
                                 "Feel free to contact me. Have a nice day!"};
};
​

Pinned

  1. etterna etterna Public

    Forked from etternagame/etterna

    phalangeography platform for moonlight vigil

    C++ 1

  2. CrashServer CrashServer Public

    A google crashpad minidump collection server, built with open-source projects in mind.

    Python 15 4

  3. dotfiles dotfiles Public

    My Dotfiles

    Lua