Ejemplo n.º 1
0
int main()
{
	Func hi;

	cout << "Testing..." << endl;
	hi.hello();

	return 0;
}