Skip to content

Commit 36770b6

Browse files
committed
changes
1 parent c63fb94 commit 36770b6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.idea/workspace.xml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controllers/application_controller.rb

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def two_dinosaurs
2121
i = i - 1
2222
end
2323
end
24+
t=0
2425
for k in 0..n-1 do
2526
t+=array2[k].to_i
2627
i = t

0 commit comments

Comments
 (0)