BRUN Hello World: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Return to: Chialisp ===== <h2>Example 1</h2> brun '( q . "Hello World")' "Hello World" <h2>Example 2</h2> <code>brun '(sha256 2)' '("hello")'</code> 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 <code>brun '(sha256 2)' '("world")'</code> 0x486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7") |
(No difference)
|
Latest revision as of 18:23, 16 November 2023
Return to: Chialisp
Example 1
brun '( q . "Hello World")'
"Hello World"
Example 2
brun '(sha256 2)' '("hello")'
0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
brun '(sha256 2)' '("world")'
0x486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7