Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created October 5, 2023 21:02
Show Gist options
  • Save run-dlang/21c2d321d96b9e648ecaccc707a08722 to your computer and use it in GitHub Desktop.
Save run-dlang/21c2d321d96b9e648ecaccc707a08722 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
/+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