Contact me!
I can be reached in many ways so don't hesitate to try and contact me on the platform that suits you. All of my contact information can be found below (and in the footer). I hope to hear from you soon!
Programmer* me = new Programmer(Language::eCPP);

me->SetName("Fergus Griggs");
me->SetEmail("griggsfergus@gmail.com");
me->SetLinkedInURL("www.linkedin.com/in/fergusgriggs/");
me->SetGitHubURL("www.github.com/FergusGriggs");
me->SetTwitterURL("www.twitter.com/GriggsFergus");
me->SetYouTubeURL("www.youtube.com/c/FergusGriggs0");
me->SetPhoneNumber({0});

me->SetLookingForWork(true);

Recruiter& you = WebAPI::Instance().GetCurrentUser();

you.Consider(me);

if (you.InterestedIn(me))
{
    you.Contact(me);
}
else
{
    delete me;
}

/* ps: my phone no. isn't on here as I get enough scam calls as it is lol */