Opening a web

Mirko Pilger pilger at cymotec.de
Sat Jan 19 00:13:14 PST 2013


> How to open a website in D with your default browser?

import std.process;

int main(string[] args)
{
   browse("http://dlang.org");
   return 0;
}


More information about the Digitalmars-d-learn mailing list