projects
/
project-euler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46afc3b
)
Fixed log closing bug
author
Neil Smith
<neil.git@njae.me.uk>
Thu, 16 Feb 2017 15:55:25 +0000
(15:55 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Thu, 16 Feb 2017 15:55:25 +0000
(15:55 +0000)
euler21.rb
patch
|
blob
|
history
diff --git
a/euler21.rb
b/euler21.rb
index 4adec385512d7c5305f2debf205f97f50afab6a4..7ca8e5d6f86fb9ed423aa2b0bfd0bb52c634e762 100644
(file)
--- a/
euler21.rb
+++ b/
euler21.rb
@@
-29,4
+29,4
@@
if __FILE__==$0
puts sum_of_amicable_pairs 10000
end
-log.close
\ No newline at end of file
+$log.close