Coding Struggles
About Me PureScript Dates PureScript Cookbook
    Recipes:
  • Writing Hello World
  • Printing debug messages
  • Working with newtypes
  • Wrapping JavaScript functions
  • Basic handling of JSONs

Writing Hello World

1 minute read

This is just a test.

module Main where

import Control.Monad.Eff.Console

main = log "Hello, World!"

Share this post!
Theme crafted with <3 by John Otander (@4lpine).
</> available on Github.