RosettaCodeData/Task/HTTPS/D/https.d

5 lines
98 B
D
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
import std.stdio;
import std.net.curl;
2023-07-01 11:58:00 -04:00
auto data = get("https://sourceforge.net");
writeln(data);