diff --git a/languages/index.py b/languages/index.py index 2ceb594..eb8ca5e 100644 --- a/languages/index.py +++ b/languages/index.py @@ -9,4 +9,5 @@ # Print the content of the directory for file in files: - print(file) \ No newline at end of file + print(file) + print('done')