[project @ 2002-11-11 11:04:10 by simonpj]
[ghc-hetmet.git] / ghc / tests / ghci / ghci004.hs
1 import List
2 main = print (sort [100,99..1])