Skip to content

Instantly share code, notes, and snippets.

@Pegolon
Last active October 31, 2022 19:51
Show Gist options
  • Save Pegolon/a10d7736ed75f86180e23b26bab0679a to your computer and use it in GitHub Desktop.
Save Pegolon/a10d7736ed75f86180e23b26bab0679a to your computer and use it in GitHub Desktop.
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!"
@Pegolon
Copy link
Author

Pegolon commented Oct 31, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment