[project @ 2001-04-03 16:28:11 by sewardj]
[ghc-hetmet.git] / ghc / tests / ghci / ghci004.hs
1 import List
2 main = print (sort [100,99..1])