This is my first time using IntelliJ and I am learning to code Java. When I am pressing the button "run", my program does not print "I love pizza!" instead it prints "Hello World!". Why is this and how can I fix it?
I have tried to run my code multiple times and I have added "application" as run configurations.