Advertisement
Guest User

Untitled

a guest
Oct 24th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. bash-4.1$ ruby -e '$><<[*1..gets.to_i].reduce:*' <<< 5
  2. -e:1: syntax error, unexpected tSYMBEG, expecting $end
  3. $><<[*1..gets.to_i].reduce:*
  4. ^
  5.  
  6. bash-4.1$ ruby -e '$><<[*1..gets.to_i].reduce :*' <<< 5
  7. -e:1: syntax error, unexpected tSYMBEG, expecting $end
  8. $><<[*1..gets.to_i].reduce :*
  9. ^
  10.  
  11. bash-4.1$ ruby -e 'p RUBY_VERSION'
  12. "1.9.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement