chadbercea / hello-d

Canonical hello world program in D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. On a Mac the easiest way to get Bats is to use Hombrew (brew install bats).

About

Canonical hello world program in D

License:MIT License


Languages

Language:Shell 53.8%Language:D 28.9%Language:Makefile 17.3%