Mercurial > urweb
annotate tests/name.ur @ 2105:882556b3029d
Fix silly mistake from last commit; also switch away from rand() in openssl.c
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 22 Jan 2015 09:46:20 -0500 |
parents | 83b1853d1e58 |
children |
rev | line source |
---|---|
adamc@1259 | 1 fun hello name = return <xml>{[name]}</xml> |