Save snippets that work from anywhere online with our extensions
Comments
@Eisteeh - Sat Feb 05 2022 19:20:24 GMT+0000 (Coordinated Universal Time)
subdirectory_arrow_right
this code is not universal enough, here my code:
void increment(){
while (onBeeper()){
pickBeeper();
moveForward();}
if (!onBeeper()){
dropBeeper(); }
}
Comments
@Eisteeh - Sat Feb 05 2022 19:20:24 GMT+0000 (Coordinated Universal Time)this code is not universal enough, here my code: void increment(){ while (onBeeper()){ pickBeeper(); moveForward();} if (!onBeeper()){ dropBeeper(); } }