helloworld

June 7, 2017 ยท View on GitHub

This project shows a minimal "hello, world" Chymyst application.

The code defines a reaction that prints a message (asynchronously) and returns a status value through a blocking molecule.

The project depends on Chymyst Core.

Compile

sbt compile

Run

sbt run

This should print a message to the console.

Run unit tests

sbt test