urbit/gen/hello.hoon
2016-10-21 16:44:39 -07:00

13 lines
169 B
Plaintext

:: "Hello world" sample generator
::
:::: /hoon/hello/gen
::
/? 310
::
::::
!:
:- %say
|= {^ {{txt/@tas $~} $~}}
:- %noun
(crip (weld "hello, " (trip txt)))