Skip to content

Instantly share code, notes, and snippets.

@SleepingInsomniac
Created February 18, 2019 04:48
Show Gist options
  • Select an option

  • Save SleepingInsomniac/bf393ad08a903b4cd0b4fccaaf0a2785 to your computer and use it in GitHub Desktop.

Select an option

Save SleepingInsomniac/bf393ad08a903b4cd0b4fccaaf0a2785 to your computer and use it in GitHub Desktop.
the moon
#!/bin/env ruby
"πŸŒ•πŸŒ–πŸŒ—πŸŒ˜πŸŒ‘πŸŒ’πŸŒ“πŸŒ”".chars.cycle.tap do |m|
loop { sleep 0.1 and print "\r#{ m.next }" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment