blob: 5fb6371b879bec888064628a7cabf0760d9a0e21 [file] [log] [blame]
int be_seeing_you(void);
int main(void) {
return be_seeing_you() == 6 ? 0 : 1;
}