1
0
Fork 0
This commit is contained in:
dtb 2024-01-15 14:27:35 -07:00
parent 9915563241
commit 8ae20904b6
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ int main(int argc, char *argv[]){
}
}
o = io[1].s == o;
o = io[1].s != o;
terminate(io);
return o;