so-un-bot/legacy/Data/ingsw/0210_36/wrong1.txt

5 lines
90 B
Text
Raw Normal View History

2023-06-24 13:42:48 +02:00
int f(in x, int y)
{
assert( (x >= 0) && (y >= 0) && ((x > 1) || (y > 1)) );
.....
}