404 Page not found

#include <stdio.h>

int main() {
    printf("404 Page not found\n");
    return 0;
}