docs: formatting

This commit is contained in:
amin 2024-06-27 04:25:24 +01:00 committed by zanninso
parent 3a4f1c5d1f
commit 47aab4bd1b
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Is Anagram
## Is Anagram
### Instructions
@ -15,6 +15,7 @@ public class AnagramChecker {
```
### Usage
Here is a possible ExerciseRunner.java to test your class:
```java
@ -32,6 +33,7 @@ public class ExerciseRunner {
```
### Expected Output
```shell
$ javac *.java -d build
$ java -cp build ExerciseRunner
@ -40,4 +42,4 @@ true
false
true
$
```
```