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
- Host: GitHub
- URL: https://github.com/veelenga/hallo
- Owner: veelenga
- License: mit
- Created: 2015-09-23T12:19:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T20:02:43.000Z (over 9 years ago)
- Last Synced: 2025-02-07T19:29:21.817Z (4 months ago)
- Language: Crystal
- Homepage: http://veelenga.com/make-your-own-shard-in-crystal-language/
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```