
Sun through the desert haze.
If a picture is a thousand words: I’ll never have to write,
I’ll just stick a picture here and assume, that that, is alright.
It is just an edit of that stupid hello world message! … what am I? a crap programmer writing my first programme >>
#include <stdio.h>
int main(void) {
int im_really_clueless;
printf(“Hello World!\n”);
return 0;
}