so-un-bot/Data/ingsw/0120_35/wrong1.txt

6 lines
No EOL
79 B
Text

int f(in x, int y)
{
int z, w;
assert( (z + w <= 1) || (z + w >= 7));
.....
}