@@ -1,13 +0,0 @@
#!/usr/bin/env qore
%exec-class HelloWorld
class HelloWorld
{
constructor()
background $.say("Hello World");
}
private say($arg)
printf("%s\n", $arg);
The note is not visible to the blocked user.