[project @ 2003-06-27 18:28:31 by sof]
[ghc-hetmet.git] / ghc / tests / ghci / ghci004.hs
1 import List
2 main = print (sort [100,99..1])