move Main.hs
This commit is contained in:
parent
9dab60e5d1
commit
da6addb915
1 changed files with 0 additions and 12 deletions
12
app/Main.hs
12
app/Main.hs
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue