We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44fa47 commit 9b9ba2dCopy full SHA for 9b9ba2d
lib/ruby_intro.rb
@@ -4,6 +4,7 @@
4
5
def sum arr
6
# YOUR CODE HERE
7
+ arr.sum
8
end
9
10
def max_2_sum arr
0 commit comments