Created
February 18, 2019 04:48
-
-
Save SleepingInsomniac/bf393ad08a903b4cd0b4fccaaf0a2785 to your computer and use it in GitHub Desktop.
the moon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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