7 lines
94 B
Plaintext

string script_781(int arg0) {
if (arg0 >= 1000) {
return "*";
}
return intToStr(arg0);
}