Created
October 5, 2023 21:02
-
-
Save run-dlang/21c2d321d96b9e648ecaccc707a08722 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
/+dub.sdl: | |
dependency "lubeck" version="~>1.5.4" | |
+/ | |
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