I got the code right so it works in the browser and is correct . But if I run the same code on IntelliJ, the program just says: /Users/test/Desktop/jdk-15.0.1.jdk/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=63276:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users/test/Desktop/IDEA projects/CodeGymTasks/out/production/1.JavaSyntax com.codegym.task.task03.task0318.Solution and nothing else ... Anyone knows what I did wrong? Thank you 😇