So this is the first post on my new blog… hopefully I’ll remember to post on this thing regularly and not forget. Probably will, but eh.
#include <stdio.h>
int main(int argc, char **argv) {
printf("it even comes with syntax highlighting!");
return 0;
}