├── DOCUMENTATION.md ├── README.md └── hello.hs /DOCUMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josy-cruz/haskell-oqn/HEAD/DOCUMENTATION.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josy-cruz/haskell-oqn/HEAD/README.md -------------------------------------------------------------------------------- /hello.hs: -------------------------------------------------------------------------------- 1 | main = putStrLn "Hello World" 2 | --------------------------------------------------------------------------------