#include <stdio.h>
#include <stdlib.h>

int main() {
    printf("Hello from binary!");
    system("echo Windows detected!");
    return 0;
}
