Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created April 7, 2018 03:10
Show Gist options
  • Select an option

  • Save run-dlang/e8ad7060d078c81d0dcb0c3ba2121f55 to your computer and use it in GitHub Desktop.

Select an option

Save run-dlang/e8ad7060d078c81d0dcb0c3ba2121f55 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
import std.stdio;
void main() {
writeln("Hello D");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment