1 2 3 4 5 6 7
Import qbar/io/IO; Import qbar/lang/System; let main = do { test <- "Hello; World"; System.printStrLn( test ); }