Skip to main content
Mod Removes Wiki by C. K. Young
Reduced to 12 characters
Source Link
jtjacques
  • 1.1k
  • 9
  • 11

GolfScript, 13

GolfScript, 12

Not an improvement on Chris Jester-Young's solutionNow, but another way of doing it in GolfScript.just 12 characters!

1..{.p+.@.p+.}do

GolfScript, 13

Not an improvement on Chris Jester-Young's solution, but another way of doing it in GolfScript.

1..{.p+.@.}do

GolfScript, 12

Now, just 12 characters!

1.{.@.p+.}do
Source Link
jtjacques
  • 1.1k
  • 9
  • 11

GolfScript, 13

Not an improvement on Chris Jester-Young's solution, but another way of doing it in GolfScript.

1..{.p+.@.}do