Add PureScript

This commit is contained in:
Index Int
2015-07-03 01:18:05 +03:00
parent 4da0050012
commit 77d3bb67d2

5
p/purescript.purs Normal file
View File

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