From 54d7cbad02005212c4171b7d652416c75a93aa37 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 19 Oct 2008 12:47:10 -0400 Subject: Proper configuration and installation --- demo/hello.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 demo/hello.ur (limited to 'demo/hello.ur') 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 + + Hello world! + + + +

Hello world!

+ +
-- cgit v1.2.3