int
main (int argc, char **argv)
{
  // the fuck
  char fuck[] = "Well, fuck everybody. Amen.";
  // the hell
  typedef char* hell;

  // fuck as hell
  puts((hell) fuck);

  // fuck to the end
  return fuck[sizeof fuck];
}
Not sure what has gotten me. But fuck as hell.