#include "xstring.h"

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