add fossilized pattern 01.01.03

pull/357/head
Eric Douglas 2014-05-28 10:40:47 -03:00
parent 3e3f1987a2
commit d7ebe7c4c7
2 changed files with 6 additions and 0 deletions

View File

@ -161,3 +161,9 @@ array1 = [1,3,4,6,8]
array2 = [2,5,7,9,10]
print merge(array1, array2)
# The fossilized pattern (never end!)
i = 0
while i < n:
print(i)