一个测试的网页

真的是测试用的网页啦

点击百度

1
2
3
4
5
#include <stdio.h>
int main()
{
printf("Hello World!");
}