24 lines
143 B
Plaintext
Raw Normal View History

2021-09-24 14:55:19 +02:00
#!/usr/bin/env curly
3
=cnt
\Hello, world
enl
=hello
\
=result
:loop
$result
$hello
cat
=result
$cnt
dec
=cnt
$cnt
0
>loop
ggt
$result
out
end