aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources/program.bork
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-06-28 21:09:43 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:47:12 +0300
commit8f84c00978dc05007873a9fe1de6a18511dc3cf8 (patch)
tree39fead540e22addee40b95b68db08cbea620745b /test/resources/program.bork
parent48dcd488054024d98fe1e659a4029630130d1d35 (diff)
Restructure project for use with maven
Diffstat (limited to 'test/resources/program.bork')
-rw-r--r--test/resources/program.bork13
1 files changed, 0 insertions, 13 deletions
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