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

https://github.com/veelenga/hallo

I tiny project for Make your own Shard in Crystal language tutorial
https://github.com/veelenga/hallo

Last synced: about 2 months ago
JSON representation

I tiny project for Make your own Shard in Crystal language tutorial

Awesome Lists containing this project

README

        

# hallo

Crystal project for [Make your own Shard in Crystal language](http://veelenga.com/make-your-own-shard-in-crystal-language) tutorial.

## Usage

```sh
$ git clone https://github.com/veelenga/hallo
$ cd hallo
$ make
$ ./bin/greeter
Hello, world ❗
$ ./bin/greeter "I :heart: Crystal"
I ❤️ Crystal
```