str msg = " damage inflicted!\n";
if (msg[1] == 'd') {
print("yes\n");
}
print(msg.length as str);
print(msg);
halt;