RosettaCodeData/Task/HTTP/Amazing-Hopper/http.hopper

7 lines
167 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#include <hopper.h>
main:
s=`curl -s -L https://rosettacode.org/wiki/HTTP`
{s}len, lenght=0, mov(lenght)
{"Size = ",lenght,"\nContent = \n",s}println
exit(0)