root/hh2008/ujihisa/sample.hs @ 143

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

hh2008/ujihisa: initial import

Line 
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.