write-ups-challenges-2022-2023/corrupted-encryption/encryptor.hs

6 lines
124 B
Haskell
Raw Normal View History

2022-11-24 21:59:22 +00:00
import Prelude as P
import Graphics.Image as I
image :: IO()
image = do
rawImage <- readImageExact JPG "./original.jpg"