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
.
sbt compile
sbt run
This should print a message to the console.
sbt test