Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created July 22, 2022 14:31
Show Gist options
  • Save SmashedFrenzy16/5b4bbd100001848b423552488ed105ec to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/5b4bbd100001848b423552488ed105ec to your computer and use it in GitHub Desktop.
"Hello World" in D.
import std.stdio;
// Driver code
void main()
{
writeln("Hello, World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment