RosettaCodeData/Task/HTTPS/PowerShell/https.psh

3 lines
77 B
Plaintext

$wc = New-Object Net.WebClient
$wc.DownloadString('https://sourceforge.net')