fix graph color example template

This commit is contained in:
Rich Jones 2025-02-27 13:43:01 +01:00
parent a1b1272e8d
commit 9a8e398f22

View file

@ -200,7 +200,7 @@ Vertices: {puzzle["vertices"]}
Edges: {edges}
Possible colors: {puzzle["color_options"]}
Return your solution as a JSON map of vertices to colors. (For example: {{0: 1, 1: 2, 2: 3}})
Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}. Remember )
"""
return {