[crystal/en] Corrected mistake

This commit is contained in:
louis 2018-02-27 16:19:06 +01:00
parent 999e0ce3d7
commit 01ab4a60cf

View File

@ -301,7 +301,6 @@ end
(1..3).each do |index|
puts "Index: #{index}"
end
# Index: 0
# Index: 1
# Index: 2
# Index: 3