Advertisement
AngryPacman

Xiie

Jan 28th, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. s = "Kuku"
  2. Rolls = 1
  3. Rolls = Math.rand(1)
  4. if Rolls == 0
  5.   p "Kuku is not cool"
  6. elsif Rolls == 1
  7.   p "Kuku is not cool"
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement