Notinlist

131
reputation
4
1+1=10

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

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