RosettaCodeData/Task/HTTPS/Ioke/https.ioke
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
161 B
Text

connection = URL new("https://sourceforge.net") openConnection
scanner = Scanner new(connection getInputStream)
while(scanner hasNext,
scanner next println
)