summaryrefslogtreecommitdiff
path: root/demo/hello.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/hello.ur')
-rw-r--r--demo/hello.ur9
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/hello.ur b/demo/hello.ur
new file mode 100644
index 00000000..93134608
--- /dev/null
+++ b/demo/hello.ur
@@ -0,0 +1,9 @@
+fun main () = return <xml>
+ <head>
+ <title>Hello world!</title>
+ </head>
+
+ <body>
+ <h1>Hello world!</h1>
+ </body>
+</xml>