#include <stdio.h>

int main(int argc, char *argcv[])
{
  printf("This is UTF-8 encoded é\n");
  return 0;
}