5 lines
74 B
MiniZinc
5 lines
74 B
MiniZinc
|
|
string: s = join(", ", ["a", "b", "c", "d"]);
|
|
solve satisfy;
|
|
output [s];
|