Skip to content
Snippets Groups Projects
Verified Commit d3189583 authored by Biryuk, Volodymyr's avatar Biryuk, Volodymyr
Browse files

Add missing color

parent bef89a91
Branches main
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ public class Turtle
static
{
FARBEN = new LinkedHashMap<String, Color>();
FARBEN.put("rot", Color.RED);
FARBEN.put("schwarz", Color.BLACK);
FARBEN.put("blau", Color.BLUE);
FARBEN.put("cyan", Color.CYAN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment