File: simple.hs

package info (click to toggle)
hasktags 0.73.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: haskell: 2,501; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (7)
1
2
3
4
5
-- this should only parse and not give "prelude empty list" - github issue #4
module Main where

main :: IO ()
main = putStrLn "Hello, world!"