4 lines
79 B
Haskell
4 lines
79 B
Haskell
$ touch hello.hs
|
|
$ cat > hello.hs << HERE
|
|
main = putStrLn "Hello, World!"
|
|
HERE
|