Created
October 23, 2023 09:47
-
-
Save run-dlang/80c39f9a90cf08464f7db3e96277a7c5 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
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; | |
void main() | |
{ | |
writeln("Hello D"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment