An open API service indexing awesome lists of open source software.

https://github.com/chymyst/helloworld

A minimal "hello, world" Chymyst application
https://github.com/chymyst/helloworld

Last synced: 8 months ago
JSON representation

A minimal "hello, world" Chymyst application

Awesome Lists containing this project

README

          

# 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`](https://github.com/Chymyst/chymyst-core).

## Compile

`sbt compile`

## Run

`sbt run`

This should print a message to the console.

## Run unit tests

`sbt test`