前言

About me:

开天辟地,先来一段hello, world

#include <stdio.h>

int main() {
	printf("Hello, world!\n");
	return 0;
}