summaryrefslogtreecommitdiff
path: root/src/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'src/puzzles')
-rw-r--r--src/puzzles/puzzle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puzzles/puzzle.c b/src/puzzles/puzzle.c
index 8c2c3de..1bfb6be 100644
--- a/src/puzzles/puzzle.c
+++ b/src/puzzles/puzzle.c
@@ -7,7 +7,7 @@ Puzzle *GetTestPuzzle() {
if (outp == NULL) return NULL;
outp->Name = strdup("Test puzzle");
- outp->Description = strdup("In this puzzle you will have to return the input string");
+ outp->Description = strdup("In this puzzle you will have to return the input string\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\nThis is a line that should be somewhere down");
return outp;
}