Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created June 4, 2014 17:23
Show Gist options
  • Select an option

  • Save thejefflarson/62e59e0258ae4ec7f43c to your computer and use it in GitHub Desktop.

Select an option

Save thejefflarson/62e59e0258ae4ec7f43c to your computer and use it in GitHub Desktop.
str = ""
nesting = 15000
nesting.times do
print "["
end
nesting.times do
print "]"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment