root/hh2008/ujihisa/sample.hs @ 16

Revision 16, 99 bytes (checked in by ujihisa, 17 years ago)

hh2008/ujihisa: initial import

RevLine 
[16]1module Main where {
2  main :: IO ()
3  main = putStrLn "1"
4  add :: Int -> Int -> Int
5  add = (+)
6}
Note: See TracBrowser for help on using the browser.