blob: f2b4a2d7c1b1790f18f8d9e7dc94de8c27f8d7da [file]
while a < b {
a = a + 1;
b = b - 1;
}
return tuple(a, b);