home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gofer230.zip / Progs / Gofer / Demos / CallingC / gix1.gs < prev    next >
Text File  |  1994-06-23  |  89b  |  6 lines

  1.  
  2. primitive howdy "sayHello" :: Int -> IO ()
  3.  
  4. main = howdy (length (filter even [1..5]))
  5.  
  6.