pbe/example-site/posts/2023-01-01-hello-world.md

120 B

Hello, world!

#include <stdio.h>

int main(int argc, char *argv[]) {
	printf("Hello, world!\n");
	return 0;
}