mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
|
:: "Hello world" sample generator
|
||
|
::
|
||
|
:::: /hoon/hello/gen
|
||
|
::
|
||
|
/? 310
|
||
|
::
|
||
|
::::
|
||
|
::
|
||
|
:- %say
|
||
|
|= {^ {{txt/@tas ~} ~}}
|
||
|
:- %noun
|
||
|
(crip (weld "hello, " (trip txt)))
|