Skip to content

Instantly share code, notes, and snippets.

@ahamid
Forked from duckinator/art.rb
Created November 28, 2011 07:38
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 ahamid/1399494 to your computer and use it in GitHub Desktop.
Save ahamid/1399494 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
i=0.0
loop do
print " " * (padding + (Math.sin(i) * 5)),
"Art and technology do coexist, if you let them\n\n"
i += 0.1
sleep 0.03
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment