Notinlist

217
reputation
2
10
1+1=10

while(a!=b) max(a,b)-=min(a,b);

concat (x:xs) ys = x:concat xs ys
concat [] ys = ys