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
- Host: GitHub
- URL: https://github.com/chymyst/helloworld
- Owner: Chymyst
- License: apache-2.0
- Created: 2017-01-19T02:34:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T07:22:54.000Z (over 8 years ago)
- Last Synced: 2025-02-17T19:51:45.053Z (8 months ago)
- Language: Scala
- Size: 1.94 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`