Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 408 Bytes

helloworld

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