+ init
This commit is contained in:
46
res/input/input.java
Normal file
46
res/input/input.java
Normal file
@@ -0,0 +1,46 @@
|
||||
#comment
|
||||
//comment
|
||||
COMMENT this is a comment
|
||||
--comment
|
||||
|
||||
fahre();
|
||||
fahre();
|
||||
|
||||
while(shouldNiet()) {
|
||||
niet();
|
||||
niet();
|
||||
if(true) {
|
||||
niet();
|
||||
niet();
|
||||
}
|
||||
}
|
||||
niet();
|
||||
niet();
|
||||
|
||||
// drehe("links");
|
||||
// while(huegelVorhanden("rechts"))
|
||||
// {
|
||||
// gesteinSammeln();
|
||||
// fahre();
|
||||
// }
|
||||
// drehe("rechts");
|
||||
// gesteinSammeln();
|
||||
|
||||
// fahre();
|
||||
// while(huegelVorhanden("rechts"))
|
||||
// {
|
||||
// gesteinSammeln();
|
||||
// fahre();
|
||||
// }
|
||||
// drehe("rechts");
|
||||
// gesteinSammeln();
|
||||
// fahre();
|
||||
// while(huegelVorhanden("rechts"))
|
||||
// {
|
||||
// gesteinSammeln();
|
||||
// if(!huegelVorhanden("vorne"))
|
||||
// {
|
||||
// fahre();
|
||||
// }
|
||||
// }
|
||||
// drehe("rechts");
|
||||
Reference in New Issue
Block a user