docs: formatting

This commit is contained in:
amin 2024-06-27 04:24:45 +01:00 committed by zanninso
parent 2bee3d2db4
commit 94b510cdc3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
## Harmonious Fusion
### Instructions
Create a class `HarmoniousFusion` that provides a method to merge two sorted arrays into one sorted array. The merged array should also be sorted.
@ -48,4 +49,3 @@ $ java -cp build ExerciseRunner
[1, 2, 3, 4, 5, 6, 7]
$
```