Skip to content

Commit

Permalink
docs(java piscine): Add missing imports to CatInFile exercise runner
Browse files Browse the repository at this point in the history
  • Loading branch information
akhossanX committed Aug 23, 2023
1 parent abdd171 commit e5a9238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subjects/java/piscine/CatInFile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Here is a possible ExerciseRunner.java to test your function :

```java
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Paths;

public class ExerciseRunner {
public static void main(String[] args) throws IOException {
Expand Down

0 comments on commit e5a9238

Please sign in to comment.