* Add H++ * Update readme
@@ -0,0 +1,15 @@
import "stdhpp\stdapi.hcc";
using printf = Console::WriteLn;
namespace
{
class Application
public static void main()
printf("Hello World");
return;
}
};
The note is not visible to the blocked user.