Spoof_code - wlshiu/my_note GitHub Wiki

// (x-- > 0) to (x --> 0)
while (x --> 0) { // x 遞減至 0
    printf("%d ", x);
}