seq by mauke

main=do x<-getLine;let(a,b)=read$"("++x++")"in mapM print[a..b+0]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page