Comment detail

LL Golf Hole 8 - 横向きのピラミッドを作る (Nested Flatten)

	
1
p=print;(function f(n, s){if(!n)return p(s);p(s);f(n-1, s + "*");p(s)})(4,"");

Index

Feed

Other

Link

Pathtraq

loading...