Skip to content

jameskr97/jameskr97

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

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 currentProjects {"ScoreTracker", "Etterna ⬇️ - github.com/etternagame/etterna"};
    std::string needHelpWith    {"Studying Mandarin and Japanese! πŸ““"};
    std::string intro           {"Hello!πŸ‘‹ I'm James. I like to write code."
                                 "Feel free to contact me. Have a nice day!"};
};
​

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published