Honestly the easiest way to just put hello world on the screen is off the command line (but start with C it's a much nicer language). Download mingw and use
gcc -Wall hello_world.c -o HelloWorld.exe
I forget how mingw is packaged these days so if it is a zip you will have to extract this and then modify your path environment variable. This can be done through control panel -> system -> advanced -> environment variables.