Data

int main(void) {
    return (0);
}
flowchart LR

A("Mitsui")
B("Oshiro")

A --> B
B --> A