docs: fixing files naming format

This commit is contained in:
zanninso 2024-03-27 16:12:21 +00:00 committed by zanninso
parent 84612b516b
commit 622c17b7aa
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ public class GoodbyeMars {
### Usage
Here is a possible ExerciseRunner.java to test your function :
Here is a possible `ExerciseRunner.java` to test your function :
```java
public class ExerciseRunner {

View File

@ -16,7 +16,7 @@ public class SystemLog {
### Usage
Here is a possible ExerciseRunner.java to test your function :
Here is a possible `ExerciseRunner.java` to test your function :
```java
public class ExerciseRunner {

View File

@ -22,7 +22,7 @@ public class UniversalGreeting {
### Usage
Here is a possible ExerciseRunner.java to test your function :
Here is a possible `ExerciseRunner.java` to test your function :
```java
public class ExerciseRunner {