Browse Source

rename good-bye-mars exercise to goodby-mars

pull/2511/head
zanninso 2 months ago
parent
commit
f8d7684251
  1. 4
      subjects/java/checkpoints/goodbye-mars/README.md

4
subjects/java/checkpoints/good-bye-mars/README.md → subjects/java/checkpoints/goodbye-mars/README.md

@ -2,7 +2,7 @@
### Instructions ### Instructions
In a file named `GoodbyeMars.java` write a function `goodbyeMars` that returns the string 'Good bye Mars !'. In a file named `GoodbyeMars.java` write a function `goodbyeMars` that returns the string 'Goodbye Mars !'.
### Expected Functions ### Expected Functions
@ -31,6 +31,6 @@ and its output :
```shell ```shell
$ javac *.java -d build $ javac *.java -d build
$ java -cp build ExerciseRunner $ java -cp build ExerciseRunner
Good bye Mars ! Goodbye Mars !
$ $
``` ```
Loading…
Cancel
Save