Merge pull request #192 from int-index/master
Add PureScript, update Haskell
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
module Main
|
module Main where
|
||||||
where
|
|
||||||
|
|
||||||
main=putStrLn "Hello, World!"
|
main = putStrLn "Hello, World!"
|
||||||
|
|||||||
5
p/purescript.purs
Normal file
5
p/purescript.purs
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
module Main where
|
||||||
|
|
||||||
|
import Debug.Trace
|
||||||
|
|
||||||
|
main = trace "Hello, World!"
|
||||||
Reference in New Issue
Block a user