Ḥ;“ ¶/\|_”“Ṁ¢ṚR;ḳ}AṠ’ṃ
온라인으로 사용해보십시오!
방법?
Ḥ;“ ¶/\|_”“Ṁ¢ṚR;ḳ}AṠ’ṃ - Main link: character c e.g. '~'
Ḥ - double c: ['~','~']
“ _¶/\|” - string literal: [' ','_',<newline>,'/','\','|']
; - concatenate c: [['~','~'],' ','_',<newline>,'/','\','|']
“Ṁ¢ṚR;ḳ}AṠ’ - base 250 number: 3067183430901851641706
ṃ - base decompression with reversed @rguments:
- take the number and convert it to a base length(the list)
- then index (1-based) into that same list.
- i.e.: 3067183430901851641706 in base 7
= 22003241534115361163500004
indexed into [['~','~'],' ','_',<newline>,'/','\','|']
= [' ',' ','_','_',<newline>,' ','/',['~','~'],'\',<newline>,'/',['~','~'],['~','~'],'\',<newline>,'|',['~','~'],['~','~'],'|',<newline>,'\','_','_','_','_','/']
- implicit print: __
/~~\
/~~~~\
|~~~~|
\____/