Skip to content

Instantly share code, notes, and snippets.

@hitode909
Last active September 29, 2018 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/efcc8061349d33b04466 to your computer and use it in GitHub Desktop.
Save hitode909/efcc8061349d33b04466 to your computer and use it in GitHub Desktop.
ソースコード褒めてくれるやつ
#! /usr/bin/env ruby
unless ARGV.length > 0
warn "usage: ruby perl_lint.rb YOUR_SOURCE_CODE.pl"
exit 1
end
puts %w(やるじゃん すごい がんばって やればできる 努力だ ワッショイ お上手).sample + '!' * (rand*10).to_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment