Skip to content

Commit 8f78bef

Browse files
Updated
1 parent d8b853a commit 8f78bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruby/busca_sentinela.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def sentinel_search(value, array)
2121
end
2222

2323
array = [1, 4, 5, 2, 42, 34, 54, 98, 89, 78, 67]
24-
puts sentinel_search(98, array)
24+
puts sentinel_search(98, array)

0 commit comments

Comments
 (0)