Skip to content

Commit 190fe29

Browse files
purs
1 parent 95593eb commit 190fe29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PureScript.purs

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)