Skip to main content
edited body
Source Link
user85052
user85052

W j d, 7 bytes

The input format is [['a','b',..]]

¡PpǶh#⟰◘Pp½h#û 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 

W j d, 7 bytes

The input format is [['a','b',..]]

¡PpǶh#⟰ 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 

W j d, 7 bytes

The input format is [['a','b',..]]

◘Pp½h#û 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 
added 38 characters in body
Source Link
user85052
user85052

W j d, 7 bytes

The input format is [['a','b',..]]

¡PpǶh#⟰ 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 

W j d, 7 bytes

¡PpǶh#⟰ 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 

W j d, 7 bytes

The input format is [['a','b',..]]

¡PpǶh#⟰ 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ``` 
Source Link
user85052
user85052

W j d, 7 bytes

¡PpǶh#⟰ 

Explanation

Uncompressed:

C';*'#+M 
 M % For every item in the input: C % Convert to a character ';* % Repeat ; ASCII codepoint times '#+ % Append a # Flag:j % Join without newline ```