Hello, World!

It looks like I have a blog now. I’ve been convinced to start one by this post, and also by the hope[less dream] that maybe I’ll become a better writer. At the moment, I don’t really have a whole lot to say, so let’s kick off the blog with some other introductions:

(defun hello-world ()
  (format t "Hello, world!~%"))
#include <iostream>
int main()
{
  std::cout << "Hello, world!\n";
}
<?php echo "Hello, world!<br />"; ?>

Leave a Reply