Browse Source

docs: formatting

pull/2648/head
amin 3 months ago committed by zanninso
parent
commit
47aab4bd1b
  1. 6
      subjects/java/checkpoints/is-anagram/README.md

6
subjects/java/checkpoints/is-anagram/README.md

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

Loading…
Cancel
Save