Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created October 12, 2023 06:27
Show Gist options
  • Save run-dlang/6d736019964bda1fc5bba00f7c9be5d8 to your computer and use it in GitHub Desktop.
Save run-dlang/6d736019964bda1fc5bba00f7c9be5d8 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
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