Sha256: 318e46604e190c6b544759c8863ad29aeec8f8b2642353eec4f49eea37408242
Contents?: true
Size: 164 Bytes
Versions: 14
Compression:
Stored size: 164 Bytes
Contents
a = 5 10.times { |n| puts "The number is #{a+n}" } 10.times {puts "Hello"} 10.times do |n| puts "The number is #{n}" puts "Twice the number is #{2*n}" end
Version data entries
14 entries across 14 versions & 1 rubygems