struct AboutMe
{
const char* name{ "Dylan Tran" };
const char* pronouns{ "he/him" };
const char* university{ "University of California, Irvine" };
const char* major{ "Computer Science" };
std::uint16_t graduation{ 2028 };
std::vector<const char*> interests = {
"Embedded Systems",
"Kernel Development",
"Computer Graphics"
};
};
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




