Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def a
  2. 10.times do
  3. puts " " * rand(79) + '*'
  4. end
  5. end
  6.  
  7. 99.times do
  8. a
  9. puts " " * 34 + "Happy New Year 2011"
  10. a
  11. sleep 0.1
  12. puts "\e[2J"
  13. end
Add Comment
Please, Sign In to add comment