add output to example in README
1 files changed, 7 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +7 -0
@@ 30,6 30,13 @@ pub fn main() !void { } ``` +Output: + +``` +hello +world! +``` + ## Running test suite ```