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!

Reply via email to