Skip to content

Commit e59c410

Browse files
committed
Merge branch 'master' into no-at
2 parents a6ce01a + 37ef6fc commit e59c410

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/org/teachingextensions/logo/Turtle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class Turtle
2727
* Current types are: ExplodedTurtle, Turtle, Spider
2828
*/
2929
public enum Animals {
30-
ExplodedTurtle, Turtle, Spider
30+
ExplodedTurtle, Turtle, Spider, Unicorn
3131
}
3232
private class Turner implements Saver<Double>
3333
{
2.38 KB
Loading

0 commit comments

Comments
 (0)