[project @ 2001-03-21 14:25:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / ghci004.hs
1 import List
2 main = print (sort [100,99..1])