Skip to content

Instantly share code, notes, and snippets.

@hamakn
Created September 24, 2012 10:42
Show Gist options
  • Save hamakn/3775410 to your computer and use it in GitHub Desktop.
Save hamakn/3775410 to your computer and use it in GitHub Desktop.
hamakn bot
# coding: utf-8
terms = %w(わかんない え? 分かった まじで?)
final_term = "わかんないけどわかった!"
(3 + rand(7)).times {
print terms.sample
print "、"
}
puts final_term
@kei-yamazaki
Copy link

🍣

@rightgo09
Copy link

forkしました 🍣

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