root/hh2008/ujihisa/sample.hs
| Revision 16, 99 bytes (checked in by ujihisa, 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | module 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.
