From 447b60afccc89ef18d8f92a260dd1fcdf735898e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 08:32:18 -0400 Subject: Laconic -> Ur --- tests/prim.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/prim.ur (limited to 'tests/prim.ur') diff --git a/tests/prim.ur b/tests/prim.ur new file mode 100644 index 00000000..c1a76b33 --- /dev/null +++ b/tests/prim.ur @@ -0,0 +1,3 @@ +val zero = 0 +val pi = 3.14159 +val welcome = "Hello world!" -- cgit v1.2.3