
18 Jul
2002
18 Jul
'02
2:40 p.m.
This is something I just noticed...
hello.hs:
module Main(main) where
main = putStr "Hello world!\n"
hello.c:
#include