docs: adding more details

This commit is contained in:
zanninso 2024-07-09 17:15:29 +01:00 committed by zanninso
parent 3ceb7322eb
commit 9c74903146
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Create a class `AgeFinder` that provides a method to calculate the age from a gi
In case of any error the method `calculateAge` should return `-1`
> 💡 Be careful with the future.
### Expected Class
```java
@ -47,6 +49,8 @@ public class ExerciseRunner {
### Expected Output
```shell
$ date
Tue Jul 9 03:58:06 PM UTC 2024
$ javac *.java -d build
$ java -cp build ExerciseRunner
Age: 24