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

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

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`).