int main() { HelloWorld hello; hello.print(); return 0; }
int main(){ HelloWorld h; h.print("passed text"); return 0; }