blob: 30f6974b75086ac6c67b50621f65832e1c3e8bce [file] [log] [blame] [edit]
void args_check();
int main() {
args_check();
return 0;
}