This is a test of a theme for the blog. The content will change, so for now here’s some pointles C code
#include <stdio.h>
int main(int argc, char *argv[]) {
printf("Hello World!\n");
return 0;
}
// => prints 'Hello World!' to STDOUT.
This is a test of a theme for the blog. The content will change, so for now here’s some pointles C code
#include <stdio.h>
int main(int argc, char *argv[]) {
printf("Hello World!\n");
return 0;
}
// => prints 'Hello World!' to STDOUT.