We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95593eb commit 190fe29Copy full SHA for 190fe29
PureScript.purs
@@ -0,0 +1,10 @@
1
+module Main where
2
+
3
+import Prelude
4
+import Effect (Effect)
5
+import Effect.Console (log)
6
7
+main :: Effect Unit
8
+main = do
9
+ log "What can I help you with?"
10
+ log "I'm sorry, I can't assist with it."
0 commit comments