Mercurial > urweb
view demo/hello.ur @ 1329:9be9da2df74b
Clarifying some C FFI details in manual
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 11 Dec 2010 11:00:05 -0500 |
parents | 168667cdaa95 |
children |
line wrap: on
line source
fun main () = return <xml> <head> <title>Hello world!</title> </head> <body> <h1>Hello world!</h1> </body> </xml>