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::uint32_t graduation = 2028;
std::vector<const char*> interests = {
"Kernel Development",
"Computer Graphics",
"Backend Programming"
};
};
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.




