第一个个人网站!

#include <stdio.h>

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

感谢rundle的大力支持