git-subtree-dir: prototype git-subtree-split: 91f7db00d45e7f991b5587ee07f09977ae311ee7
5 lines
100 B
MiniZinc
5 lines
100 B
MiniZinc
|
|
string: s = concat([show(10), show(5.3), show({1, 2, 3}), "A String"]);
|
|
solve satisfy;
|
|
output [s];
|