In codingame, you can send only one Java file. This python script regroup all your java files into one single file.
It removes packages and handles correctly the imports.
Please use Python 3.
- python join.py
- python join.py File.java File2.java Result.java