 #include <iostream> 
 #include <string.h> 
  int main(){ 
  char* comment = "Ironically used by the faction most keen on watching an old rich troll fuck their country."; 
   std::cout.write(comment, strlen(comment)); 
   return 0;
   }