update module name, update readme

This commit is contained in:
Mahdi Dibaiee
2016-10-08 16:37:37 +03:30
parent 13b012ff73
commit 62b7ee3151
4 changed files with 29 additions and 24 deletions

View File

@ -1,5 +1,5 @@
module Main where
import Picture
import Data.Picture
import System.Environment
data Options = Options { file :: FilePath
@ -27,7 +27,6 @@ module Main where
main :: IO ()
main = do
args <- getArgs
print args
if null args
then do