Browse Source

docs: fixing typos

pull/2569/head
zanninso 6 months ago committed by zanninso
parent
commit
381873480e
  1. 2
      subjects/java/checkpoints/universal-greeting/README.md

2
subjects/java/checkpoints/universal-greeting/README.md

@ -37,6 +37,6 @@ and its output :
```shell ```shell
$ javac *.java -d build $ javac *.java -d build
$ java -cp build ExerciseRunner $ java -cp build ExerciseRunner
Hello, How are you Hello, How are you?
$ $
``` ```

Loading…
Cancel
Save