int main() { HelloWorld hw; hw.Print(); return 0; }
int main(int argc, char* argv[]) { HelloWorld hw; hw.Print(); return 0; }