Files
2021-03-07 20:37:32 -06:00

7 lines
94 B
Plaintext

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