Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of COUNT_LINES by
Diff: main.cpp
- Revision:
- 2:5b6a054163fc
- Parent:
- 1:eec390f53638
- Child:
- 3:cad1060e100d
--- a/main.cpp Fri May 08 07:42:37 2015 +0000
+++ b/main.cpp Fri May 08 07:50:55 2015 +0000
@@ -36,27 +36,27 @@
karel.Move();
distanz++;
}
- karel.TurnLeft(); //2xmal weil dann näher an 90°
+
karel.TurnLeft();
for(int i=0; i<=countBeeper;i++)
{
karel.Move();
}
- karel.TurnLeft();
+
karel.TurnLeft();
for(int a=0; a<=distanz;a++)
{
karel.Move();
}
- karel.TurnLeft();
+
karel.TurnLeft();
for(int e=0; e<=countBeeper;e++)
{
karel.Move();
}
- karel.TurnLeft();
+
karel.TurnLeft();
}
\ No newline at end of file
