Files
haskell-wasm/exec/Main.hs
T
2018-04-28 14:04:41 -07:00

6 lines
76 B
Haskell

module Main where
main :: IO ()
main = do
putStrLn "There is no WASM!"