Skip to content

Instantly share code, notes, and snippets.

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