leachim6 / hello-world

Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see contributing.md for contribution instructions!

Home Page:http://github.com/leachim6/hello-world/wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sather one printing hello world on loop and never ends

Niout8 opened this issue · comments

commented

I'm pretty bad at github so maybe i had to do a pull request for this but as said in the title the sather one doesn't print once hello world it prints an infinite number of times so I suggest this one that works:
class MAIN is
main is
#OUT+"Hello world";
end;
end;