This reverts commit 97e0e510b5.
97e0e510b5
@@ -0,0 +1,13 @@
#!/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.