本节标题
正文
C++之父Bjarne stroustrup
C++之父Bjarne stroustrup
#include <stdio.h>
int main(void) {
printf("hello world\n");
return 0;
}