Skip to content

Instantly share code, notes, and snippets.

@duckinator
Created November 27, 2011 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save duckinator/1397045 to your computer and use it in GitHub Desktop.
Save duckinator/1397045 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
padding = `tput cols`.to_i/2 - 46/2
loop do
print " " * (padding + rand(5)),
"Art and technology do coexist, if you let them\n\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment