https://github.com/jlong/hello-d
Canonical hello world program in D
https://github.com/jlong/hello-d
Last synced: about 2 months ago
JSON representation
Canonical hello world program in D
- Host: GitHub
- URL: https://github.com/jlong/hello-d
- Owner: jlong
- License: mit
- Created: 2016-11-04T01:04:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T01:53:55.000Z (over 9 years ago)
- Last Synced: 2025-05-25T16:51:40.827Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello
Canonical hello world program in D. Also wired up for testing Jenkins.
# Building
To build the `hello` executable, run:
make hello
You will need to have the D compiler installed. On a Mac, you can ensure this is installed with `brew install dmd`.
# Tests
To run tests, use make:
make tests
Tests are written in [Bats](https://github.com/sstephenson/bats). On a Mac the easiest way to get Bats is to use Hombrew (`brew install bats`).