Update qwerty.qwerty

This commit is contained in:
George Gibson 2015-11-02 16:54:52 +00:00
parent 21abe04582
commit f3ef94cccc

View File

@ -1,3 +1,6 @@
begin
output "Hello World!"
?hello = "Hello World"
if 1 == 1 then
output ?hello
fi
end