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

https://github.com/jlong/hello-crystal

Canonical hello world program in Crystal
https://github.com/jlong/hello-crystal

Last synced: about 2 months ago
JSON representation

Canonical hello world program in Crystal

Awesome Lists containing this project

README

          

# Hello Crystal

Canonical hello world program in Crystal. Also wired up for testing Jenkins.

# Building

To build the `hello` executable, run:

make hello

You will need to have `crystal` installed. On a Mac, you can ensure `crystal` is installed with `brew install crystal-lang`.

# Tests

To run tests, use make:

make tests