/* Hello World in C, Ansi-style */ #include <stdio.h> #include <stdlib.h> int main(void) { puts("Hello World!"); return EXIT_SUCCESS; }
Hello and welcome to my brand, shiny new programming oriented blog. If I were being all Web2.0 it’d have ‘Beta’ in the logo somewhere. If the stuff above gives you a headache and a strange desire to go and do something else, you could well be looking at the wrong website.
However, if the stuff up there makes sense, stay and see what else I’m going to be writing about. You can even suggest interesting things too – if it’s programming/coding/software development related, I’m interested.
The spambots know me as james@piku.org.uk and you can also email me there, but make the subject line sensible or you may be mistaken for spam.
If you have a desire to look at Hello World examples in other languages, have a look at The Hello World Collection.

