comparison demo/hello.ur @ 378:168667cdaa95

Proper configuration and installation
author Adam Chlipala <adamc@hcoop.net>
date Sun, 19 Oct 2008 12:47:10 -0400
parents
children
comparison
equal deleted inserted replaced
377:78358e5df273 378:168667cdaa95
1 fun main () = return <xml>
2 <head>
3 <title>Hello world!</title>
4 </head>
5
6 <body>
7 <h1>Hello world!</h1>
8 </body>
9 </xml>