First post experiment, using Jekyll. Been looking around to find a good new blogging platform. Jekyll is a simple, open-source, static blog site generator.

Also see the Jekyll docs and info on using Jekyll with github pages.

int main(void) {
  printf("Hello World");
  return 0;
}