Skip to content

Instantly share code, notes, and snippets.

@sw17ch
Created February 12, 2014 17:50
Show Gist options
  • Select an option

  • Save sw17ch/8960829 to your computer and use it in GitHub Desktop.

Select an option

Save sw17ch/8960829 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
loop do
puts (" " * (rand() * 80).floor) + "(╯°□°)╯︵ ┻━┻"
end
@sw17ch

sw17ch commented Feb 12, 2014

Copy link
Copy Markdown
Author
> ruby flip.rb
                       (╯°□°)╯︵ ┻━┻
                                                           (╯°□°)╯︵ ┻━┻
                                               (╯°□°)╯︵ ┻━┻
                                               (╯°□°)╯︵ ┻━┻
        (╯°□°)╯︵ ┻━┻
                                               (╯°□°)╯︵ ┻━┻
                                                           (╯°□°)╯︵ ┻━┻
                                                                               (╯°□°)╯︵ ┻━┻
           (╯°□°)╯︵ ┻━┻
                                         (╯°□°)╯︵ ┻━┻
                                                                         (╯°□°)╯︵ ┻━┻
                              (╯°□°)╯︵ ┻━┻
                                                                  (╯°□°)╯︵ ┻━┻
(╯°□°)╯︵ ┻━┻
                                                                         (╯°□°)╯︵ ┻━┻
     (╯°□°)╯︵ ┻━┻
                                       (╯°□°)╯︵ ┻━┻
              (╯°□°)╯︵ ┻━┻
                                                    (╯°□°)╯︵ ┻━┻
                                                                          (╯°□°)╯︵ ┻━┻
                                                              (╯°□°)╯︵ ┻━┻
    (╯°□°)╯︵ ┻━┻
                     (╯°□°)╯︵ ┻━┻
                                                                (╯°□°)╯︵ ┻━┻
                                                         (╯°□°)╯︵ ┻━┻
                (╯°□°)╯︵ ┻━┻
                                                                 (╯°□°)╯︵ ┻━┻
                                                         (╯°□°)╯︵ ┻━┻
                                                       (╯°□°)╯︵ ┻━┻
                  (╯°□°)╯︵ ┻━┻
                                                                           (╯°□°)╯︵ ┻━┻
                                                                 (╯°□°)╯︵ ┻━┻
                                                                       (╯°□°)╯︵ ┻━┻
                                                                  (╯°□°)╯︵ ┻━┻
                                                               (╯°□°)╯︵ ┻━┻
            (╯°□°)╯︵ ┻━┻
                 (╯°□°)╯︵ ┻━┻
                                                                   (╯°□°)╯︵ ┻━┻
                    (╯°□°)╯︵ ┻━┻
                            (╯°□°)╯︵ ┻━┻
                                                                               (╯°□°)╯︵ ┻━┻
    (╯°□°)╯︵ ┻━┻
                   (╯°□°)╯︵ ┻━┻
                                                                    (╯°□°)╯︵ ┻━┻
                                    (╯°□°)╯︵ ┻━┻
                                                             (╯°□°)╯︵ ┻━┻
                                                  (╯°□°)╯︵ ┻━┻
                                        (╯°□°)╯︵ ┻━┻
                                     (╯°□°)╯︵ ┻━┻
                         (╯°□°)╯︵ ┻━┻
                                                                             (╯°□°)╯︵ ┻━┻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment