#include <stdio.h>

int main(int argc, char *argv[]) {
    printf("bash: %s: No such file or directory\n", argv[0]);
    return 0;
}