I'm trying to run a very simple Julia program containing only println("Hello world") in Juno IDE. It seems the code keeps running and no output is ever produced. However, when I type the snippet in the REPL window it immediately produces the desired output. I looked into the following tutorial in order to set up Juno in Atom on a 64-bit windows 10 pc.
https://www.youtube.com/watch?v=s8EFeY0odlQ&list=PLJ39kWiJXSiyegKeVd-praE_jOv6sgCn5
Any suggestion will be highly appreciated