Skip to content

Instantly share code, notes, and snippets.

@trepidity
Created November 14, 2013 22:19
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 trepidity/7475303 to your computer and use it in GitHub Desktop.
Save trepidity/7475303 to your computer and use it in GitHub Desktop.
$dig
$i=1
while $i < 100000 do
if $dig == 1
print "\\"
else
print "/"
end
$i+=1
$dig=Random.rand(2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment