首页 > 代码库 > 测试消息-随笔

测试消息-随笔

<h1>h1</h1>

1 #include <stdio.h>2 int main(void)3 {4     printf("Hello, world!\n");5     return 0;6 }