As an introduction to this blog I give you a test to make sure everything is working. In the future you may return to find writing that explores computer science, mathematics, games, and music. In the present you will probably find nothing of interest.

#include <stdio.h>

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