#include "xstring.h"

int main() {
	
	xstring str("hello");
	str.print();
	
	return 0;
}
