aboutsummaryrefslogtreecommitdiff
path: root/project/QBarInterpreter/TestQBFile.qbar
blob: 9c258bc37400e4c8471bbd3ee1c7261a9203dcf3 (plain) (blame)
1
2
3
4
5
6
7
Import qbar/io/IO;
Import qbar/lang/System;

let main = do {
	test <- "Hello; World";
	System.printStrLn( test );
}