move Main.hs

This commit is contained in:
Jack Wines 2018-12-17 16:45:32 -05:00
parent 9dab60e5d1
commit da6addb915

View file

@ -1,12 +0,0 @@
module Main where
import qualified Lib
import Graphics.Image
ii :: IO (Image VU RGB Double)
ii = readImageRGB VU "sierra.jpg"
main :: IO ()
main = do
image <- readImageRGB VU "sierra.jpg"
displayImage image