Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 748 Bytes

hello-world

PureScript Erlang hello world

Requirements

Build and run

Build: run psc-package build, or if installed, pulp build, or:

make

If you don't have purs on your path, or in particular if it's a mainline compiler version, you'll either need to run those commands with a temporary addition to the PATH (both psc-package and pulp look there for purs), or you may find a Makefile with specific path useful.

Run:

make run