aboutsummaryrefslogtreecommitdiff
path: root/project/QBarInterpreter/TestQBFile.qbar
diff options
context:
space:
mode:
authorJoshua Rahm <joshua.rahm@colorado.edu>2015-01-27 18:40:32 -0700
committerJoshua Rahm <joshua.rahm@colorado.edu>2015-01-27 18:40:32 -0700
commit5f3fb9afece2125cbeba79d61a8d88460b7878d7 (patch)
treeb0e1e60bae9927a9449561bf7fe9431a54d12be9 /project/QBarInterpreter/TestQBFile.qbar
downloadLegacyQBar-5f3fb9afece2125cbeba79d61a8d88460b7878d7.tar.gz
LegacyQBar-5f3fb9afece2125cbeba79d61a8d88460b7878d7.tar.bz2
LegacyQBar-5f3fb9afece2125cbeba79d61a8d88460b7878d7.zip
initial commit
Diffstat (limited to 'project/QBarInterpreter/TestQBFile.qbar')
-rw-r--r--project/QBarInterpreter/TestQBFile.qbar7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/QBarInterpreter/TestQBFile.qbar b/project/QBarInterpreter/TestQBFile.qbar
new file mode 100644
index 0000000..9c258bc
--- /dev/null
+++ b/project/QBarInterpreter/TestQBFile.qbar
@@ -0,0 +1,7 @@
+Import qbar/io/IO;
+Import qbar/lang/System;
+
+let main = do {
+ test <- "Hello; World";
+ System.printStrLn( test );
+} \ No newline at end of file