Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Adding Hello world program in D.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-singhal committed Oct 2, 2017
1 parent 8f1a929 commit 0a03696
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello_world.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import std.stdio;

void main(string[] args) {
writeln("Hello World!");
}

0 comments on commit 0a03696

Please sign in to comment.