From 8f84c00978dc05007873a9fe1de6a18511dc3cf8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 28 Jun 2016 21:09:43 +0300 Subject: Restructure project for use with maven --- test/resources/program.bork | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/resources/program.bork (limited to 'test/resources/program.bork') diff --git a/test/resources/program.bork b/test/resources/program.bork deleted file mode 100644 index 7034625..0000000 --- a/test/resources/program.bork +++ /dev/null @@ -1,13 +0,0 @@ -/* get an integer from the user */ -decl lhs decl rhs -set lhs in("give an integer: ") -set rhs in("give another: ") - -/* add the inputs together */ -decl sum -set sum + as_int(lhs) as_int(rhs) - -/* print the sum */ -out( concat(lhs " + " rhs " = " sum) ) - -"done" \ No newline at end of file -- cgit v1.3