Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created November 3, 2023 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save run-dlang/b482da1b879c5574e381093a84108537 to your computer and use it in GitHub Desktop.
Save run-dlang/b482da1b879c5574e381093a84108537 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