From 586942c66f7d4aa71f0b60bb5de9ae19266f0cad Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:39:59 +0500 Subject: scrolling --- src/puzzles/puzzle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/puzzles') 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; } -- cgit v1.3