Since I'm planning to post some code on this blog, the first thing I had to do was figure out how to post readable source code.
I cheated, and googled a bit. That let me to SyntaxHighlighter by Alex Gorbatchev, which is kindly hosted so that it's accessible. There is an example at Carter Cole.
#include <stdio.h>
/* No int main() { } here */
printf("Hello world\n");
The other bit I need is to post an image or two. So here's a hello world of that too:
Hello World

OK, this took a while... Now I know how.
ReplyDelete