How to open a website in D with your default browser?
import std.process; int main(string[] args) { browse("http://dlang.org"); return 0; }
How to open a website in D with your default browser?
import std.process; int main(string[] args) { browse("http://dlang.org"); return 0; }