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