Merge pull request #192 from int-index/master

Add PureScript, update Haskell
This commit is contained in:
Mike Donaghy
2015-07-06 00:02:42 -04:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
module Main module Main where
where
main=putStrLn "Hello, World!" main = putStrLn "Hello, World!"

5
p/purescript.purs Normal file
View File

@@ -0,0 +1,5 @@
module Main where
import Debug.Trace
main = trace "Hello, World!"