#include <iostream.h>
#include "rcf.h"

int main ()
{
	char x[10];
	rcf (x, "Hello");
	cout << x;
	return 0;
}