6 lines
167 B
Text
6 lines
167 B
Text
#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)
|