jameskr97 / jameskr97

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!"};
};
​

About