Hello world!
Welcome to the bunker!
I’ve just moved from Colorado to Texas. I didn’t have to do it for my job, my job currently allows me to live where I want. Let’s see how this little adventure works out!
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar(‘!*n’);
}
a ‘hell’;
b ‘o, w’;
c ‘orld’;