Merge pull request #192 from int-index/master
Add PureScript, update Haskell
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
module Main
|
||||
where
|
||||
module Main 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