Okay, so I decided it is about time I actually tried to learn some proper programming on Linux as it is pretty embarrassing I have not yet done so.
To that end, I have read that python is a good place for beginners to start and so that is what I am starting out with. I have installed Geany and have opened a new file with a python template which is:
main.py
I have added the single line of code:
print("Hello, World!")
I have then saved the file and then hit the “compile the current program” button. I have then hit the “run or view the current file” button. But, in the terminal, I get this error:
------------------
(program exited with code: 0)
Press return to continue
What am I doing wrong?
FYI - I am using Ubuntu 16.04 64 bit and Geany 1.27
I have run the code provided by you Cybermnax power and hit F5, but get the same error. I have then opened up the set build command dialog box and it reads different to what you have shown Lah7.