Logo

Programming-Idioms

History of Idiom 2 > diff from v72 to v73

Edit summary for version 73 by bigtoe416:
New Ruby implementation by user [bigtoe416]

Version 72

2019-09-26, 15:27:12

Version 73

2019-09-26, 16:36:29

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times

Illustration

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times

Illustration
Code
puts "Hello\n" * 10