mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
df3e4b8306
commit
53dfd965e6
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ def the_answer_to_life_the_universe_and_everything
|
|||
(ack(3,7).to_s.split(//).inject(0){|s,x| s+x.to_i}.to_s + "2" ).to_i
|
||||
end
|
||||
|
||||
answer = the_answer_to_life_the_universe_and_everything
|
||||
answer = the_answer_to_life_the_universe_and_everything
|
||||
|
|
Loading…
Reference in a new issue