Monday, April 23, 2007

A beginning ....

procedure main(arglist)
write("Hello world! \n... Now what was I doing?")
end

2 comments:

The Lost Admin said...

#include <stdio.h>

int main(int argc, char **argv, char **envp) {
printf("%s\n", "Hello World.");
} /* end main */

James Cary said...

Hello. Thought this might be the best way to respond to your comment on my blog - glad you enjoyed hut 33. I had a lot of fun writing and recording the show. We're still waiting to here if we get a second series, but the signs are looking fairly good. I'll probably blog about it when I discover...
Hope you're well,
jc