404 Page not found

int main(int argc, char **argv) {

    printf("404");

    return 0;
  }