summaryrefslogtreecommitdiff
path: root/src/puzzles
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 18:39:59 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 18:39:59 +0500
commit586942c66f7d4aa71f0b60bb5de9ae19266f0cad (patch)
treed744f24b2bfc5d4568c909b9bfbfb5cf85344474 /src/puzzles
parent59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f (diff)
scrolling
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;
}