5 lines
87 B
D
5 lines
87 B
D
|
|
void main() {
|
||
|
|
import std.stdio, std.net.curl;
|
||
|
|
writeln(get("http://google.com"));
|
||
|
|
}
|