diff --git a/memoryTrainerServer/memoryTrainerServerFinishGame/task.md b/memoryTrainerServer/memoryTrainerServerFinishGame/task.md index caf03324..e593d14f 100644 --- a/memoryTrainerServer/memoryTrainerServerFinishGame/task.md +++ b/memoryTrainerServer/memoryTrainerServerFinishGame/task.md @@ -66,7 +66,7 @@ val mutableList = mutableListOf() // Creates a new empty mutable list ``` -
+
If you need to get a list in which the elements are in reverse order, you can either loop through the elements of the original list from the end to the beginning and