2 lines
45 B
Raku
2 lines
45 B
Raku
use WWW;
|
|
say get 'https://sourceforge.net/';
|
use WWW;
|
|
say get 'https://sourceforge.net/';
|