Opening a web

SaltySugar Butkustomas777 at gmail.com
Sat Jan 19 00:41:01 PST 2013


On Saturday, 19 January 2013 at 08:09:01 UTC, Mirko Pilger wrote:
>> How to open a website in D with your default browser?
>
> import std.process;
>
> int main(string[] args)
> {
>   browse("http://dlang.org");
>   return 0;
> }

Thank you, man!


More information about the Digitalmars-d-learn mailing list