mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
8 lines
279 B
Text
8 lines
279 B
Text
int main() {
|
|
werror("render:\n%s\---\n",
|
|
render( ([ "_context" : "psyc://denmark.lit/~hamlet#_follow" ]),
|
|
([ "_type_content" : "text/plain", "_subject" : "to be or not to be ?",
|
|
"_bla" : 123 ]),
|
|
"_message",
|
|
"to be or not to be ?"));
|
|
}
|