so-un-bot/Data/ingsw/0613_41/wrong2.txt

6 lines
No EOL
77 B
Text

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