13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
![]() |
extern void object::Solution()
|
||
|
{
|
||
|
turn(90);
|
||
|
while (true)
|
||
|
{
|
||
|
motor(1,-1);
|
||
|
fire(2);
|
||
|
motor(-1,1);
|
||
|
fire(2);
|
||
|
}
|
||
|
|
||
|
}
|