Skip to content

Commit

Permalink
added dlang (#74)
Browse files Browse the repository at this point in the history
* added dlang

* updated README.md
  • Loading branch information
Soundarya0 authored Oct 19, 2020
1 parent b9ce049 commit e5d1471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Hello World, this repository is made for fun. It aims to collaborate with variou

[47. NextJS](NextJS)

[48. dlang](dlang)

# Community Contributions

[How to Contribute](CONTRIBUTING.md)
Expand Down
5 changes: 5 additions & 0 deletions dlang/helloWorld.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 e5d1471

Please sign in to comment.