5 lines
61 B
MiniZinc
5 lines
61 B
MiniZinc
|
|
array[int] of int: x = [];
|
|
solve satisfy;
|
|
output [show(x)];
|