Last active
October 31, 2022 19:51
-
-
Save Pegolon/a10d7736ed75f86180e23b26bab0679a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import Prelude | |
import Effect (Effect) | |
import Effect.Console (log) | |
import TryPureScript (render, withConsole) | |
main :: Effect Unit | |
main = render =<< withConsole do | |
log "Hello, world!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://try.purescript.org?gist=a10d7736ed75f86180e23b26bab0679a