Mercurial > urweb
view demo/hello.ur @ 1343:0a2b630f2463
Enforce character constraints on source filenames
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 16 Dec 2010 09:59: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>