blob: 46d10c78e2a5c30f0e589a22c6270b72ce7f3f8b [file] [log] [blame]
int flob();
int main(void) {
return (flob() == 1 ? 0 : 1);
}