Adding D Editor Support
Walter Bright
newshound1 at digitalmars.com
Thu Jun 12 22:36:49 PDT 2008
Along those lines, here's one I use all the time:
import std.stdio;
int main(string[] args)
{
return 0;
}
More information about the Digitalmars-d
mailing list