This page is shown in the page header, because it is listed in the header_pages: key in _config.yml.

The following markup is just an example of how code is rendered.

1
2
3
4
5
6
7
#include <stdio.h>
#include <stdlib.h>

int main() {
  printf("Hello World\n");
  exit(0);
}