2 lines
79 B
Text
2 lines
79 B
Text
|
|
RunLengthDecode[input_List]:= ConstantArray @@@ input // Flatten // StringJoin
|