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
- Host: GitHub
- URL: https://github.com/jlong/hello-crystal
- Owner: jlong
- License: mit
- Created: 2016-11-03T17:48:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T19:16:53.000Z (over 9 years ago)
- Last Synced: 2025-01-28T17:17:20.667Z (over 1 year ago)
- Language: Crystal
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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