RosettaCodeData/Task/HTTPS/Raku/https-2.raku

3 lines
86 B
Raku
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
use HTTP::UserAgent;
say HTTP::UserAgent.new.get('https://sourceforge.net/').content;