Skip to content

Instantly share code, notes, and snippets.

@vznvzn
Created September 16, 2016 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vznvzn/87e481164e23d3ecef68ce1cb1f569b3 to your computer and use it in GitHub Desktop.
Save vznvzn/87e481164e23d3ecef68ce1cb1f569b3 to your computer and use it in GitHub Desktop.
c = 50
c.times \
{
s = ''
c.times { s << ['/','\\'][rand(2)] }
puts(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment