I have simple problem. I installed idea and scala plugin.
Create project and add wants to run simple println("Hello world!")
.
I create "scala script". Add this line. And when i run it, i have error expected class or object definition
.
How can i can run it and see the output?
Thanks