Skip to content

Instantly share code, notes, and snippets.

@cx20
Created June 9, 2012 19:22
Show Gist options
  • Select an option

  • Save cx20/2902236 to your computer and use it in GitHub Desktop.

Select an option

Save cx20/2902236 to your computer and use it in GitHub Desktop.
Hello, D World!
import std.stdio;
int main( char[][] args )
{
writefln( "Hello, D World!" );
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment