this repo has no description
at develop 179 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 _output_item: a, b, c, d 7***/ 8 9string: s = join(", ", ["a", "b", "c", "d"]); 10solve satisfy; 11output [s];