Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created April 2, 2018 21:27
Show Gist options
  • Save run-dlang/71a885f2658915f2d55f673595d172ae to your computer and use it in GitHub Desktop.
Save run-dlang/71a885f2658915f2d55f673595d172ae to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io
import std.stdio;
void main()
{
writeln("Hello D2222");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment