summaryrefslogtreecommitdiffstats
path: root/src/CBot/TestCBot/solution.txt
blob: f78cf12e8b8f836181e1530f909e875113510286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern void object::Solution( )
{
show ( "Solution " + Position ); 
   Carr�(15);
   Carr�(25);
}
 
void object::Carr�(float c�t�)
{
show ( "Carr� " + Position );
  Move(c�t�);
  Turn(-90);
}