Skip to content

Commit

Permalink
Create D.d
Browse files Browse the repository at this point in the history
Compile using DMD Compiler
  • Loading branch information
jamestiotio committed Oct 2, 2019
1 parent a0b10a2 commit 1e65532
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions D.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import std.stdio;
void main()
{
while ("d" == "d") {
writeln("DDDDDDDDDD");
}
}

0 comments on commit 1e65532

Please sign in to comment.