Browse Source

rename good-bye-mars exercise to goodby-mars

pull/2511/head
zanninso 1 month 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
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
@ -31,6 +31,6 @@ and its output :
```shell
$ javac *.java -d build
$ java -cp build ExerciseRunner
Good bye Mars !
Goodbye Mars !
$
```
Loading…
Cancel
Save