Sun Trading LLC/Chicago, IL

int main()
{
char our_mystery_company[40] = { 'R', 't', 'm' };

for (char *pc = our_mystery_company; *pc; ++pc)
*pc += 1;

printf("Come work for %s Trading\n", our_mystery_company);
}

If you can tell us what it does and why it works, then we would love to see your resume. Bonus points for getting the joke as to why RTM was chosen.

Apply To Job