Created
April 27, 2019 17:32
-
-
Save joaofnds/95cd47a60388931cef7c7dde59fde806 to your computer and use it in GitHub Desktop.
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
| (0..7).each do |x| | |
| (30..37).each do |y| | |
| (40..47).each do |z| | |
| print "\033[#{x};#{y};#{z}m\s\\033[#{x};#{y};#{z}m\s\033[0m" | |
| end | |
| print "\n" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment