#includevoid delay(int a){while(a--);}main(){int i;while(1){P0=0xfe;i=8;while(i--){delay(30000);P0=P0<<1;}P0=0xff;delay(30000);}}