Hallo, eigentlich müsste das richtig sein, aber diese Fehlermeldung => de/codegym/task/task02/task0216/Solution.java:24: error: illegal start of expression public static main(String[] args) throws Exception{ weißt darauf hin, dass etwas mit der Main Methode und dem throws Exception nicht in Ordnung ist? Hello, the answer should be correct, but the Compiler throws Error =>de/codegym/task/task02/task0216/Solution.java:24: error: illegal start of expression public static main(String[] args) throws Exception{ Something is not okay with the Mainmethod and the throws Exception?