2 lines
48 B
Ruby
2 lines
48 B
Ruby
puts s = "0"
|
|
6.times{puts s << s.tr("01","10")}
|
puts s = "0"
|
|
6.times{puts s << s.tr("01","10")}
|