diff --git a/subjects/java/piscine/Cat/README.md b/subjects/java/piscine/Cat/README.md index 32ecf3126..3b0a24a97 100644 --- a/subjects/java/piscine/Cat/README.md +++ b/subjects/java/piscine/Cat/README.md @@ -10,8 +10,6 @@ Write a function `cat` that reads the content of the file given as the argument, > 💡 Be aware of how much you read at once. - - ### Expected Functions ```java