Symbol statt Operator

Ruby code posted by bovi
created at 16 Feb 00:01, updated at 16 Feb 00:11

Edit | Back
1
n=->k{k==0?'':n[k-1]+'{'+n[k-1]+'}'}
36 Bytes in 8 ms with coderay