Created
April 2, 2018 21:37
-
-
Save run-dlang/c44580736380ca204caa329d8ebe7ec8 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.Run with '-dip1000'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import std.stdio; | |
| void main() | |
| { | |
| writeln("Hello D2222"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment