Skip to content

Instantly share code, notes, and snippets.

@joaofnds
Created April 27, 2019 17:32
Show Gist options
  • Select an option

  • Save joaofnds/95cd47a60388931cef7c7dde59fde806 to your computer and use it in GitHub Desktop.

Select an option

Save joaofnds/95cd47a60388931cef7c7dde59fde806 to your computer and use it in GitHub Desktop.
(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